diff options
Diffstat (limited to 'regress/lib/libc/ieeefp/except/Makefile')
-rw-r--r-- | regress/lib/libc/ieeefp/except/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/ieeefp/except/Makefile b/regress/lib/libc/ieeefp/except/Makefile index cf73841c4ea..0a16eb762e8 100644 --- a/regress/lib/libc/ieeefp/except/Makefile +++ b/regress/lib/libc/ieeefp/except/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2020/10/18 17:40:06 kettenis Exp $ +# $OpenBSD: Makefile,v 1.7 2021/06/17 12:55:38 kettenis Exp $ PROG=except REGRESS_TARGETS+= fltdiv fltinv fltovf fltund -.if ${MACHINE} == arm64 || ${MACHINE} == armv7 +.if ${MACHINE} == arm64 || ${MACHINE} == armv7 || ${MACHINE} == riscv64 # Floating-point exceptions are optional and absent on most hardware REGRESS_EXPECTED_FAILURES+= fltdiv fltinv fltovf fltund .endif |