Mark Gray <[EMAIL PROTECTED]> wrote:
| It is usually compiled into cpp when gcc is built:
|
| ~ $ strings /lib/cpp|grep /include
| /usr/include
[...]
No /include in my gcc after this procedure :-o
| I have not tried this (since I do not need to) but I would add the
| -I/usr/local/include near the beginning of the *cpp: section.
I have this:
*cpp:
%(cpp_cpu) %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__}
%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}
*cc1:
%(cc1_cpu) %{profile:-p}
*cc1plus:
So, after %(cpp_cpu)?