From 23735e10ddf9129cd54dcf747815eb5394563e37 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 15 May 2002 21:59:46 +0000 Subject: [PATCH] The IA-64 config needs to know that we are using GNU ld & as. Submitted by: peter --- gnu/usr.bin/cc/cc_tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index b70baf2319f..9d1a9f61c4a 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -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"