- remove deprecated -mpentium (which I saw from an unrelated bug report from

Hartmut Birr)
This commit is contained in:
Bryce Denney 2002-09-24 17:56:09 +00:00
parent aeca26fc04
commit 21f5d1f7e8

View File

@ -6,7 +6,7 @@
CC="gcc"
CXX="g++"
CFLAGS="-O6 -march=pentium -mpentium"
CFLAGS="-O6 -march=pentium"
CXXFLAGS="$CFLAGS"
export CC