Angel Tsankov wrote:
> Angel Tsankov wrote:
>> [..] the -I. option seems to be ignored.
>
> A further investigation reveals that GCC ignore not only "-I." but
> also "-I".
>
Still further investigation shows that versions 2.95.4, 3.0.4, and 3.1.1
take int
Angel Tsankov wrote:
> [..] the -I. option seems to be ignored.
A further investigation reveals that GCC ignore not only "-I." but also
"-I".
Angel Tsankov wrote:
> Result on my system:
> dbgcnt.o: ../dbgcnt.c ../include/config.h
>
I meant that on my system the commands produce exactly the same result,
i.e. the -I. option seems to be ignored.
-M -I../include -I. ../dbgcnt.c
gcc -M -I. -I../include ../dbgcnt.c
Result on my system:
dbgcnt.o: ../dbgcnt.c ../include/config.h
Is this the expected result or smth is wrong?
Regards,
Angel Tsankov
GE=0 to BOOT_CFLAGS;
I wonder if these steps will eventually take me to a successful build of
GCC. In case this matters, the configuration script identifies the
build, host, and target systems as powerpc-unknown-linux-gnu.
Thanks in advance,
Angel Tsankov