diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 2b2b8c8f49c..b70baf2319f 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}