The IA-64 config needs to know that we are using GNU ld & as.

Submitted by:	peter
This commit is contained in:
David E. O'Brien 2002-05-15 21:59:46 +00:00
parent 20764f1db8
commit 23735e10dd

View file

@ -142,6 +142,9 @@ tconfig.h:
echo 'union tree_node;' >> ${.TARGET}
echo 'typedef union tree_node *tree;' >> ${.TARGET}
echo '' >> ${.TARGET}
.if ${TARGET_ARCH} == "ia64"
echo '#define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD)' >>${.TARGET}
.endif
echo '#include "ansidecl.h"' >> ${.TARGET}
echo '#include "${GCC_CPU}/${GCC_CPU}.h"' >> ${.TARGET}
.if ${TARGET_ARCH} == "i386"