summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-18 21:49:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-18 21:49:02 +0000
commitb4ff616393cd102ad2bacb9e94a609fa35780635 (patch)
treed26175a798c8d889b92d721ad73d850971558358 /configure
parente76512dfb7e0237221c0c6a9e6c064f2d49bb943 (diff)
downloadmpv-b4ff616393cd102ad2bacb9e94a609fa35780635.tar.bz2
mpv-b4ff616393cd102ad2bacb9e94a609fa35780635.tar.xz
100l, -march=k8 was used with cpu detection even when compiler did not
support it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15752 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 75bbc914e6..1885c9b7ed 100755
--- a/configure
+++ b/configure
@@ -989,6 +989,8 @@ EOF
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 @@ EOF
_mcpu=""
fi
- _march="-march=$proc"
- _mcpu="$cpuopt=$proc"
_optimizing=""
echores "$proc"