- specify reason for BROKEN on alpha 4.x

Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1'
 at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?)
Abort trap (core dumped)
This commit is contained in:
Dirk Meyer 2004-03-16 06:09:45 +00:00
parent 7f4187a23a
commit 3bc31e2cdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104135

View file

@ -30,7 +30,10 @@ MAKEFILE=
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
# Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1'
# at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?)
# Abort trap (core dumped)
BROKEN= "longjmp()ing between thread contexts in src/lib/libc_r/uthread/uthread_jmp.c"
.endif
.include <bsd.port.post.mk>