diff options
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 34160a6..f15fd68 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -132,13 +132,14 @@ tconfig.h: echo '#include "gansidecl.h"' > ${.TARGET} echo '#include "${GCC_ARCH}/xm-${GCC_ARCH}.h"' >> ${.TARGET} -# KEEP THIS IN SYNC with src/gcc/lib/libgcc/Makefile !! +# KEEP THIS IN SYNC with src/gcc/lib/libgcc/Makefile !! tm.h: echo '#include "${GCC_ARCH}/${GCC_ARCH}.h"' > ${.TARGET} .if ${GCC_ARCH} == "i386" echo '#include "${GCC_ARCH}/att.h"' >> ${.TARGET} .endif echo '#include <freebsd.h>' >> ${.TARGET} + echo '#include "dbxelf.h"' >> ${.TARGET} .if exists(${GCCDIR}/config/${GCC_ARCH}/elf.h) echo '#include "${GCC_ARCH}/elf.h"' >> ${.TARGET} .endif |