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

Submitted by:	peter
This commit is contained in:
obrien 2002-05-10 17:42:19 +00:00
parent b86ac12ab5
commit 73eed8c90b

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}