- remove deprecated -mpentium (which I saw from an unrelated bug report from
Hartmut Birr)
This commit is contained in:
parent
aeca26fc04
commit
21f5d1f7e8
@ -6,7 +6,7 @@
|
||||
|
||||
CC="gcc"
|
||||
CXX="g++"
|
||||
CFLAGS="-O6 -march=pentium -mpentium"
|
||||
CFLAGS="-O6 -march=pentium"
|
||||
CXXFLAGS="$CFLAGS"
|
||||
|
||||
export CC
|
||||
|
Loading…
Reference in New Issue
Block a user