diff options
Diffstat (limited to 'ports/sysdeps/alpha')
-rw-r--r-- | ports/sysdeps/alpha/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/sysdeps/alpha/Makefile b/ports/sysdeps/alpha/Makefile index 1a80db8dcc..4387cb719a 100644 --- a/ports/sysdeps/alpha/Makefile +++ b/ports/sysdeps/alpha/Makefile @@ -43,6 +43,8 @@ CFLAGS-s_fma.c = -mieee-with-inexact CFLAGS-s_fmaf.c = -mieee-with-inexact # This test tries to check for inexact being raised by arithmetic. CFLAGS-test-misc.c += -mieee-with-inexact +# Avoid "conflicting types for built-in function" warnings +CFLAGS-s_isnan.c += -fno-builtin-isnanf endif # Build everything with full IEEE math support, and with dynamic rounding; |