NetBSD/arm's IEEE FP support isn't entirely broken these days, so descend
into libc/ieeefp, but skip the tests that fail.
This commit is contained in:
parent
a1329f834a
commit
2a8fc81c4e
@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.27 2002/04/21 16:24:19 martin Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2002/04/21 20:22:12 bjh21 Exp $
|
||||
|
||||
SUBDIR+= _setjmp clone db div divrem \
|
||||
gen hsearch int_fmtio md5sha popen regex rpc \
|
||||
setjmp sigsetjmp string sys time
|
||||
.if (${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
|
||||
.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
|
||||
SUBDIR+= ieeefp
|
||||
.endif
|
||||
.if (${MACHINE_ARCH} != "vax")
|
||||
|
@ -1,8 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.10 2001/10/28 10:41:56 simonb Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2002/04/21 20:22:12 bjh21 Exp $
|
||||
|
||||
# Don't hook up testfloat just yet. (ross, 2001.3.12)
|
||||
|
||||
SUBDIR+= except infinity round
|
||||
SUBDIR+= infinity round
|
||||
# FP exceptions are broken on NetBSD/arm
|
||||
.if ${MACHINE_ARCH} != "arm"
|
||||
SUBDIR+= except
|
||||
.endif
|
||||
.if ${MACHINE} != "vax"
|
||||
SUBDIR+= nan
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user