Problem with *.d
H . J . Lu
hjl@lucon.org
Sun Jan 20 23:00:00 GMT 2002
*.d is generated with flags for .o. But .os is compiled with -DPIC
-DSHARED, which may include more files than .o. One example is
elf/unwind-dw2-fde-glibc.d. It has
$(common-objpfx)elf/unwind-dw2-fde-glibc.o $(common-objpfx)elf/unwind-dw2-fde-gl ibc.os $(common-objpfx)elf/unwind-dw2-fde-glibc.op $(common-objpfx)elf/unwind-dw 2-fde-glibc.og $(common-objpfx)elf/unwind-dw2-fde-glibc.ob $(common-objpfx)elf/unwind-dw2-fde-glibc.oS $(common-objpfx)elf/unwind-dw2-fde-glibc.d: ../sysdeps/generic/unwind-dw2-fde-glibc.c \
../include/libc-symbols.h \
$(common-objpfx)config.h \
../include/shlib-compat.h \
$(common-objpfx)abi-versions.h
which is incomplete for elf/unwind-dw2-fde-glibc.d.os. Should we
generate *.d with -DPIC -DSHARED?
H.J.
More information about the Libc-alpha
mailing list