aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 17:42:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 17:42:19 +0000
commitd147c3da041f137e9e50613491d20c680ae47322 (patch)
tree5bed6b5e945258077c925484a51fa9a2e8bb0286
parent6121408bac6b77f3c0a223e67deeb124dad97d5c (diff)
Notes
-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 2b2b8c8f49c1..b70baf2319fb 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}