fix invalid gcc flag
This commit is contained in:
parent
9859b44888
commit
85adcdf644
|
@ -3231,7 +3231,7 @@ esac
|
||||||
#2.9*|3.*)
|
#2.9*|3.*)
|
||||||
CFLAGS="$CFLAGS -fstrength-reduce -fthread-jumps \
|
CFLAGS="$CFLAGS -fstrength-reduce -fthread-jumps \
|
||||||
-fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop \
|
-fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop \
|
||||||
-fexpensive-optimizations -fforce-mem -fforce-addr"
|
-fexpensive-optimizations -fforce-addr"
|
||||||
#;;
|
#;;
|
||||||
#*)
|
#*)
|
||||||
#AC_MSG_WARN(your compiler is too old for fancy optimizations)
|
#AC_MSG_WARN(your compiler is too old for fancy optimizations)
|
||||||
|
|
|
@ -209,7 +209,7 @@ esac
|
||||||
#2.9*|3.*)
|
#2.9*|3.*)
|
||||||
CFLAGS="$CFLAGS -fstrength-reduce -fthread-jumps \
|
CFLAGS="$CFLAGS -fstrength-reduce -fthread-jumps \
|
||||||
-fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop \
|
-fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop \
|
||||||
-fexpensive-optimizations -fforce-mem -fforce-addr"
|
-fexpensive-optimizations -fforce-addr"
|
||||||
#;;
|
#;;
|
||||||
#*)
|
#*)
|
||||||
#AC_MSG_WARN(your compiler is too old for fancy optimizations)
|
#AC_MSG_WARN(your compiler is too old for fancy optimizations)
|
||||||
|
|
Loading…
Reference in New Issue