Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.
This commit is contained in:
parent
bde5c1c432
commit
fd718904c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user