summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-02 03:00:41 +0000
committerobrien <obrien@FreeBSD.org>2001-03-02 03:00:41 +0000
commit00ce34cb25f896b4c6df4b3302e54e97f3fcf377 (patch)
tree699bbb85a6b804eb9ce0a8ebaaadf186a75da927 /gnu
parentc6f64d9c7573f862ee3d3ccf62285dd84bf864cf (diff)
downloadFreeBSD-src-00ce34cb25f896b4c6df4b3302e54e97f3fcf377.zip
FreeBSD-src-00ce34cb25f896b4c6df4b3302e54e97f3fcf377.tar.gz
Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile3
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
OpenPOWER on IntegriCloud