mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 21:18:09 -07:00
Bug: https://bugs.gentoo.org/903864 Bug: https://bugs.gentoo.org/895880 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
12 lines
325 B
Diff
12 lines
325 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -31,7 +31,7 @@
|
|
AC_CHECK_HEADERS([inttypes.h stdint.h malloc.h])
|
|
AC_CHECK_FUNCS(setenv sinf)
|
|
|
|
-CXXFLAGS="$CXXFLAGS -fno-exceptions -Wall -ffast-math -fno-common -D_REENTRANT"
|
|
+CXXFLAGS="$CXXFLAGS -fno-exceptions -Wall -fno-common -D_REENTRANT"
|
|
|
|
AC_CANONICAL_HOST
|
|
case "$host" in
|