summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 17:42:19 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 17:42:19 +0000
commit525421bc1cf839902073be43610463cdeec6e4ac (patch)
tree5bed6b5e945258077c925484a51fa9a2e8bb0286 /gnu
parentaf220936506e01cc3a042a5a502048f42e9b6d7f (diff)
downloadFreeBSD-src-525421bc1cf839902073be43610463cdeec6e4ac.zip
FreeBSD-src-525421bc1cf839902073be43610463cdeec6e4ac.tar.gz
Touching the sjlj setting on IA-64 makes things not build.
Submitted by: peter
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile2
1 files changed, 2 insertions, 0 deletions
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}
OpenPOWER on IntegriCloud