mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
Fix typo.
This commit is contained in:
parent
b307597e9b
commit
e06e200abd
@ -5,7 +5,7 @@
|
||||
/* Another evil option when it comes to compiling the C library is
|
||||
* --ffast-math since it alters the ABI. */
|
||||
#ifdef __FAST_MATH__
|
||||
# error "glibc must not be compiled with --fast-math"
|
||||
# error "glibc must not be compiled with -ffast-math"
|
||||
#endif
|
||||
|
||||
/* Define if using GNU ld, with support for weak symbols in a.out,
|
||||
|
Loading…
Reference in New Issue
Block a user