X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.ac;h=34ca6c2d114ade8630b38067169d4dca7b95771f;hb=663b229ea79607f26ecbac5f9e64890185c4b318;hp=029dbc41f9f542ffe526a922729ea979e67f8f26;hpb=8618140ba4dc8a17c2b593e4e399c01c80921000;p=ctsim.git diff --git a/configure.ac b/configure.ac index 029dbc4..34ca6c2 100644 --- a/configure.ac +++ b/configure.ac @@ -246,7 +246,7 @@ AC_MSG_CHECKING([for CPU specification]) AC_ARG_WITH(mcpu, [ --with-mcpu[=CPU] Set name of CPU for gcc -mcpu]) -if test "$withval" == "pentium4" -o "$withval" == "athlon-mp" ; then +if test "$withval" == "pentium4" -o "$withval" == "athlon" ; then AC_MSG_RESULT([$withval]) CFLAGS="$CFLAGS -mcpu=$withval" elif test "$withval" == "no"; then