X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=configure;h=3f8f09ffc6b6a9708ab91ba2e1ee1b9971a1fc46;hp=98fb09e2f70af57f7f97be88508a84c9972b81e0;hb=4f15a69a3150f180bd93fcbe1c87dbaca92a77ad;hpb=a8b749b787192f1ab9ec88c016bacaab61eab070 diff --git a/configure b/configure index 98fb09e..3f8f09f 100755 --- a/configure +++ b/configure @@ -1492,7 +1492,7 @@ fi PACKAGE=ctsim -VERSION=4.0.2 +VERSION=4.2.3 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 @@ -7734,7 +7734,7 @@ cat >>confdefs.h <<\_ACEOF _ACEOF else - CFLAGS="$CFLAGS -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops" + CFLAGS="$CFLAGS -O2 -DNDEBUG -fomit-frame-pointer" cat >>confdefs.h <<\_ACEOF #define NDEBUG 1 @@ -7908,16 +7908,13 @@ if test "${with_mcpu+set}" = set; then fi; -if test "$withval" == "pentium4" -o "$withval" == "athlon" ; then - echo "$as_me:$LINENO: result: $withval" >&5 -echo "${ECHO_T}$withval" >&6 - CFLAGS="$CFLAGS -mcpu=$withval" -elif test "$withval" == "no"; then +if test "$withval" == "no" -o "$withval" == "yes" -o "$withval" == ""; then echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 else - echo "$as_me:$LINENO: result: Unknown" >&5 -echo "${ECHO_T}Unknown" >&6 + echo "$as_me:$LINENO: result: $withval" >&5 +echo "${ECHO_T}$withval" >&6 + CFLAGS="$CFLAGS -mcpu=$withval" fi echo "$as_me:$LINENO: checking for web access" >&5