This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

@D not replaced


Greetings,

This line in gcc/Makefile contains an unreplaced macro:

INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
    -I$(srcdir)/../include

This anomaly seems to widespread , but only occasionally triggers an error:
Note the second "-I" below.

mkdir -p -- libgcc
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/gnatmail5/build/ivms/gcc/xgcc -B/gnatmail5/build/ivms/gcc/ -B/gnu/ia64-hp-o
penvms8_0/bin/ -B/gnu/ia64-hp-openvms8_0/lib/ -isystem
/gnu/ia64-hp-openvms8_0/include -isystem
/gnu/ia64-hp-openvms8_0/sys-include -O2  -DIN_GCC -DCROSS_COMPILE
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include   -O0  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I
 -I/gnatmail5/src/gcc/gcc -I/gnatmail5/src/gcc/gcc/ -I/gnatmail5/src/gcc/gcc
/../include  -DL__divtf3 -xassembler-with-cpp -c
/gnatmail5/src/gcc/gcc/config/ia64/lib1funcs.asm -o libgcc/./__divtf3.o
cc1.exe: -I/gnatmail5/src/gcc/gcc: file specification syntax error
make[2]: *** [libgcc/./__divtf3.o] Error 1
make[2]: Leaving directory `GNATMAIL5:[BUILD.IVMS.GCC]'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]