mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Allow __FAST_MATH__ be defined if TEST_FAST_MATH is also defined.
This commit is contained in:
parent
7b824e9443
commit
147cb63f94
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user