[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ppc patch] ASFLAGS and CFLAGS
From: |
Yoshinori K. Okuji |
Subject: |
Re: [ppc patch] ASFLAGS and CFLAGS |
Date: |
Sun, 17 Oct 2004 23:52:36 +0200 |
User-agent: |
KMail/1.6.1 |
On Sunday 17 October 2004 23:41, Hollis Blanchard wrote:
> Do you use "#include <file-living-in-/usr/include>" in an assembly
> file?
No, but I don't understand your question. If I use "#include <foo.h>",
gcc tries to find foo.h from standard locations first, unless -nostdinc
is used.
Okuji