From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CJHmo-0005ei-Cb for mharc-grub-devel@gnu.org; Sun, 17 Oct 2004 16:37:50 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJHmm-0005ea-Tb for grub-devel@gnu.org; Sun, 17 Oct 2004 16:37:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJHmm-0005eO-HT for grub-devel@gnu.org; Sun, 17 Oct 2004 16:37:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJHmm-0005eL-EQ for grub-devel@gnu.org; Sun, 17 Oct 2004 16:37:48 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJHfD-000533-Uy for grub-devel@gnu.org; Sun, 17 Oct 2004 16:30:00 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 2BE9FF5EA492 for ; Sun, 17 Oct 2004 22:29:59 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 17 Oct 2004 22:30:34 +0200 User-Agent: KMail/1.6.1 References: <20041016004802.GA13232@miracle> <87mzynj9ak.fsf@marco.marco-g.com> <28ED5A02-1F85-11D9-8A15-000A95A0560C@penguinppc.org> In-Reply-To: <28ED5A02-1F85-11D9-8A15-000A95A0560C@penguinppc.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410172230.34551.okuji@enbug.org> Subject: Re: [ppc patch] ASFLAGS and CFLAGS 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: Sun, 17 Oct 2004 20:37:49 -0000 On Saturday 16 October 2004 17:07, Hollis Blanchard wrote: > - COMMON_ASFLAGS contains C-specific flags (-nostdinc -fno-builtin) -fno-builtin is meaningless, but -nostdinc is not. Note that we use cpp for assembly preprocessing. Okuji