Touching the sjlj setting on IA-64 makes things not build.

Submitted by:	peter
This commit is contained in:
David E. O'Brien
2002-05-10 17:42:19 +00:00
parent 6121408bac
commit d147c3da04
+2
View File
@@ -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}