From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N0Uh5-0005aT-HO for mharc-grub-devel@gnu.org; Wed, 21 Oct 2009 02:29:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0Uh1-0005ZO-Tt for grub-devel@gnu.org; Wed, 21 Oct 2009 02:29:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0Ugx-0005XL-3A for grub-devel@gnu.org; Wed, 21 Oct 2009 02:29:07 -0400 Received: from [199.232.76.173] (port=55110 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0Ugw-0005X5-TY for grub-devel@gnu.org; Wed, 21 Oct 2009 02:29:02 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:8730) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0Ugo-0006kt-MK for grub-devel@gnu.org; Wed, 21 Oct 2009 02:29:02 -0400 Received: by fg-out-1718.google.com with SMTP id e21so2077858fga.12 for ; Tue, 20 Oct 2009 23:28:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=geG8GGRrMEK9foIdKYuIlUP4doslSQnZ+0cgq/g3dsQ=; b=tiVdD2f/wBZz4HZfvMUMJLN+6476fp7dqBdk5RjhO0XIc0qccvcE3WqtedtxqnW0ju uFIai/4z7U5xDfkYv79xRqPoyD9Drbiu54klic8SM2DcHhxrfRk9fW12kSe+1amC2Oqy iguIk7cdsXBhZ2ZZ0od8bM6p7ajVCxENKg7HA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=qpvUPRVwYdxyTpEf4j3ryaEHGkApoMoAfHo+oADJGaL9OB4zBVFbqdu31cwfYUbhlE ycyuO8LhjSK5erqpgWBSyjISuFIqGuxP7utbg2BV7Gxe0DIXjOjfgyrxJeZbbw2J3SG4 P4nsRQTQ3kYvYOpoEk4ONUXRKgo8SlHbhccP0= Received: by 10.86.212.13 with SMTP id k13mr1759155fgg.33.1256106533155; Tue, 20 Oct 2009 23:28:53 -0700 (PDT) Received: from debian.bg45.phnet (hg-public-dock-129-dhcp.ethz.ch [82.130.80.129]) by mx.google.com with ESMTPS id 4sm1585419fge.19.2009.10.20.23.28.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Oct 2009 23:28:51 -0700 (PDT) Message-ID: <4ADEAA22.9080200@gmail.com> Date: Wed, 21 Oct 2009 08:28:50 +0200 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: Robert Millan References: <20091012.032838.82254107.davem@davemloft.net> <4AD70E53.80004@gmail.com> <1255646501.13480.32.camel@mj> <20091016.054440.193711272.davem@davemloft.net> <1255742496.2746.26.camel@mj> <20091017101110.GA11305@thorin> <20091020213841.GA8854@thorin> In-Reply-To: <20091020213841.GA8854@thorin> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: The development of GRUB 2 , bean123ch@gmail.com, David Miller Subject: Re: [PATCH] auto-generate libgcc.h X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 06:29:08 -0000 Robert Millan wrote: > This should be a much cleaner option than maintaining libgcc.h by hand. Only > tested on sparc, but it should also cast out the build problems on powerpc. > > 1) Doesn't work in cross-compiler environment. You confused CC and TARGET_CC 2) Symbols don't get included into symlist.c so it's unlikely to work. I'll test on imac g3 today 3) Even if it works it would result in a largely bloated kernel.img due to unused libgcc routines -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git