about summary refs log tree commit diff
path: root/math/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-14 00:36:46 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-14 00:36:46 +0000
commit45740f4642c2e7f59221981138472c4b3f783176 (patch)
tree90fc3da0e81a83346eac482f50b03065f449849b /math/Makefile
parent25ce4c6b9e6facade00a35eec94780c3c67cf249 (diff)
downloadglibc-45740f4642c2e7f59221981138472c4b3f783176.tar.gz
glibc-45740f4642c2e7f59221981138472c4b3f783176.tar.xz
glibc-45740f4642c2e7f59221981138472c4b3f783176.zip
Update.
2003-11-13  Andreas Jaeger  <aj@suse.de>

	* math/Makefile (CFLAGS-test-float.c): Add -fno-builtin.
	(CFLAGS-test-double.c): Likewise.
	(CFLAGS-test-ldouble.c): Likewise.
	(CPPFLAGS-test-ifloat.c): Likewise.
	(CPPFLAGS-test-idouble.c): Likewise.
	(CPPFLAGS-test-ildoubl.c): Likewise.

	* math/libm-test.inc (ceil_test): Test ceil (0.25).
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/Makefile b/math/Makefile
index e34d41ce98..d04269d298 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -122,17 +122,17 @@ $(objpfx)test-ldouble.o: $(objpfx)libm-test.stmp
 $(objpfx)test-ildoubl.o: $(objpfx)libm-test.stmp
 endif
 
-CFLAGS-test-float.c = -fno-inline -ffloat-store
-CFLAGS-test-double.c = -fno-inline -ffloat-store
-CFLAGS-test-ldouble.c = -fno-inline -ffloat-store
+CFLAGS-test-float.c = -fno-inline -ffloat-store -fno-builtin
+CFLAGS-test-double.c = -fno-inline -ffloat-store -fno-builtin
+CFLAGS-test-ldouble.c = -fno-inline -ffloat-store -fno-builtin
 CFLAGS-test-tgmath.c = -fno-builtin
 CFLAGS-test-tgmath-ret.c = -fno-builtin
 CPPFLAGS-test-ifloat.c = -U__LIBC_INTERNAL_MATH_INLINES -D__FAST_MATH__ \
-			 -DTEST_FAST_MATH
+			 -DTEST_FAST_MATH -fno-builtin
 CPPFLAGS-test-idouble.c = -U__LIBC_INTERNAL_MATH_INLINES -D__FAST_MATH__ \
-			 -DTEST_FAST_MATH
+			 -DTEST_FAST_MATH -fno-builtin
 CPPFLAGS-test-ildoubl.c = -U__LIBC_INTERNAL_MATH_INLINES -D__FAST_MATH__ \
-			  -DTEST_FAST_MATH
+			  -DTEST_FAST_MATH -fno-builtin
 
 distribute += libm-test.inc gen-libm-test.pl README.libm-test