# error "glibc cannot be compiled without optimization"
#endif
+/* 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"
+#endif
+
/* Define if using GNU ld, with support for weak symbols in a.out,
and for symbol set and warning messages extensions in a.out and ELF.
This implies HAVE_WEAK_SYMBOLS; set by --with-gnu-ld. */