From d747a0a564d522ab31944eac60e923e4596b3684 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 Jul 2002 00:03:55 +0000 Subject: Update. * catgets/tst-catgets.c (main): Don't expect results for untranslated messages. * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH. (CPPFLAGS-test-idouble.c): Likewise. (CPPFLAGS-test-ildouble.c): Likewise. --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 5bafd13a6e..b3dd601f3b 100644 --- a/config.h.in +++ b/config.h.in @@ -4,7 +4,7 @@ /* Another evil option when it comes to compiling the C library is --ffast-math since it alters the ABI. */ -#ifdef __FAST_MATH__ +#if defined __FAST_MATH__ && !defined TEST_FAST_MATH # error "glibc must not be compiled with -ffast-math" #endif -- cgit v1.2.3