From 525421bc1cf839902073be43610463cdeec6e4ac Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 10 May 2002 17:42:19 +0000 Subject: Touching the sjlj setting on IA-64 makes things not build. Submitted by: peter --- gnu/usr.bin/cc/cc_tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 2b2b8c8f..b70baf2 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -167,7 +167,9 @@ tconfig.h: echo '#ifndef POSIX' >> ${.TARGET} echo '# define POSIX' >> ${.TARGET} echo '#endif' >> ${.TARGET} +.if ${TARGET_ARCH} != "ia64" echo '#define CONFIG_SJLJ_EXCEPTIONS 0' >> ${.TARGET} +.endif tm_p.h: echo '#include "${GCC_CPU}/${GCC_CPU}-protos.h"' >> ${.TARGET} -- cgit v1.1