# HG changeset patch # User reimar # Date 1119131342 0 # Node ID 97402fff252e58e93c1d0dddf8c1e4778dd8d649 # Parent f0aa0931feb377a8c18760d2c80df2cefc59fd66 100l, -march=k8 was used with cpu detection even when compiler did not support it. diff -r f0aa0931feb3 -r 97402fff252e configure --- a/configure Sat Jun 18 20:27:50 2005 +0000 +++ b/configure Sat Jun 18 21:49:02 2005 +0000 @@ -989,6 +989,8 @@ if test "$proc" = "athlon-xp" || test "$proc" = "athlon-4" ; then cc_check -march=$proc $cpuopt=$proc || proc=error fi + _march="-march=$proc" + _mcpu="$cpuopt=$proc" if test "$proc" = "error" ; then echores "Your $_cc does not even support \"athlon-xp\" for '-march' and '$cpuopt'." _mcpu="" @@ -999,8 +1001,6 @@ _mcpu="" fi - _march="-march=$proc" - _mcpu="$cpuopt=$proc" _optimizing="" echores "$proc"