-rwxr-xr-x | gcl/configure | 1 | ||||
-rw-r--r-- | gcl/configure.ac | 1 |
diff --git a/gcl/configure b/gcl/configure index cf8b4c1ba..ecdaf9ee0 100755 --- a/gcl/configure +++ b/gcl/configure @@ -7356,6 +7356,7 @@ case $use in case $use in alpha*) assert_arg_to_cflags -mieee + assert_arg_to_cflags -fno-jump-tables #FIXME gcc bug 20250504 # if test "$enable_debug" != "yes" ; then TO3FLAGS="-O0" ; fi #FIXME needed asof gcc 4.8.1 ;; aarch64*) diff --git a/gcl/configure.ac b/gcl/configure.ac index cb02d9931..8edbca564 100644 --- a/gcl/configure.ac +++ b/gcl/configure.ac @@ -386,6 +386,7 @@ case $use in case $use in alpha*) assert_arg_to_cflags -mieee + assert_arg_to_cflags -fno-jump-tables #FIXME gcc bug 20250504 # if test "$enable_debug" != "yes" ; then TO3FLAGS="-O0" ; fi #FIXME needed asof gcc 4.8.1 ;; aarch64*) |