about summary refs log tree commit diff
path: root/ports/sysdeps
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-12-07 12:43:06 -0600
committerRichard Henderson <rth@twiddle.net>2012-12-07 12:43:06 -0600
commit1aec5f74bbb3c72971aa2b8317abf735ec1b7051 (patch)
tree511a65a2230c4b01297c2bdd08ed884979c2a73f /ports/sysdeps
parentad2d839f37136ca237ed828e2c41619cfb219a13 (diff)
downloadglibc-1aec5f74bbb3c72971aa2b8317abf735ec1b7051.tar.gz
glibc-1aec5f74bbb3c72971aa2b8317abf735ec1b7051.tar.xz
glibc-1aec5f74bbb3c72971aa2b8317abf735ec1b7051.zip
alpha: Avoid builtin warning for isnanf
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/alpha/Makefile2
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;