summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0f2ac29a3c..5db2c027e4 100755
--- a/configure
+++ b/configure
@@ -540,7 +540,7 @@ if test -z "$_target" ; then
esac
;;
esac
-else
+else # if test -z "$_target"
system_name=`echo $_target | cut -d '-' -f 2`
case "`echo $system_name | tr A-Z a-z`" in
linux) system_name=Linux ;;
@@ -984,7 +984,7 @@ EOF
_mcpu="$cpuopt=$proc"
_optimizing="$proc"
fi
- else
+ else # if test "$_runtime_cpudetection" = no
# i686 is probably the most common CPU - optimize for it
_mcpu="$cpuopt=i686"
# at least i486 required, for bswap instruction