From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CcMqg-0002Pj-8o for mharc-grub-devel@gnu.org; Thu, 09 Dec 2004 06:52:46 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CcMqV-0002P4-Ew for grub-devel@gnu.org; Thu, 09 Dec 2004 06:52:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CcMqT-0002Of-GW for grub-devel@gnu.org; Thu, 09 Dec 2004 06:52:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcMqT-0002OV-6z for grub-devel@gnu.org; Thu, 09 Dec 2004 06:52:29 -0500 Received: from [193.45.208.6] (helo=griffin.skarpodata.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CcMgJ-0007OE-Ir for grub-devel@gnu.org; Thu, 09 Dec 2004 06:42:00 -0500 Received: from localhost.localdomain (183.201.216.81.s-s.siw.siwnet.net [81.216.201.183]) by griffin.skarpodata.com (8.12.10/8.12.10) with ESMTP id iB9D64ld002540 for ; Thu, 9 Dec 2004 14:06:04 +0100 To: The development of GRUB 2 References: <87sm6iqs9s.fsf@night.trouble.net> <87d5xlhtcb.fsf@marco.marco-g.com> <87brd4q5wq.fsf@night.trouble.net> <200412090316.04926.okuji@enbug.org> From: Johan Rydberg Date: Thu, 09 Dec 2004 12:42:00 +0100 In-Reply-To: <200412090316.04926.okuji@enbug.org> (Yoshinori K. Okuji's message of "Thu, 9 Dec 2004 03:16:04 +0100") Message-ID: <87vfbbofzr.fsf@night.trouble.net> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: multiboot 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: Thu, 09 Dec 2004 11:52:34 -0000 "Yoshinori K. Okuji" writes: >> That brings us the next issue; BUILD_CC is used to build >> _everything_, including the host-specific object files, and since >> BUILD_CC is set to /usr/bin/gcc in my cross-compiler environment it >> will try to compile PPC assembler sources with a i386 compiler. Not >> good. > > Why? Host-specific objects are compiled by CC instead of BUILD_CC. Not for the powerpc target, where everything is "utilities" including grubof. ~j