From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CJJ4B-0004zB-9s for mharc-grub-devel@gnu.org; Sun, 17 Oct 2004 17:59:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJJ49-0004yL-PA for grub-devel@gnu.org; Sun, 17 Oct 2004 17:59:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJJ49-0004xx-CP for grub-devel@gnu.org; Sun, 17 Oct 2004 17:59:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJJ49-0004xu-49 for grub-devel@gnu.org; Sun, 17 Oct 2004 17:59:49 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJIwb-0006kE-Kk for grub-devel@gnu.org; Sun, 17 Oct 2004 17:52:02 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id C8F97F5EA496 for ; Sun, 17 Oct 2004 23:52:00 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 17 Oct 2004 23:52:36 +0200 User-Agent: KMail/1.6.1 References: <20041016004802.GA13232@miracle> <200410172230.34551.okuji@enbug.org> <5BD7DB0A-2085-11D9-8A15-000A95A0560C@penguinppc.org> In-Reply-To: <5BD7DB0A-2085-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: <200410172352.36180.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 21:59:49 -0000 On Sunday 17 October 2004 23:41, Hollis Blanchard wrote: > Do you use "#include " in an assembly > file? No, but I don't understand your question. If I use "#include ", gcc tries to find foo.h from standard locations first, unless -nostdinc is used. Okuji