Touching the sjlj setting on IA-64 makes things not build.
Submitted by: peter
This commit is contained in:
parent
b86ac12ab5
commit
73eed8c90b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user