summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-16 18:10:32 +0000
committernickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-16 18:10:32 +0000
commit255ab08f9d1ae90c541b9ccab12fa55cf3304f6a (patch)
tree9c78eb2727d8e706b94c9c871d7e633a198703bc /configure
parenta8474a9470e0945053547dc8e67378be968d0176 (diff)
downloadmpv-255ab08f9d1ae90c541b9ccab12fa55cf3304f6a.tar.bz2
mpv-255ab08f9d1ae90c541b9ccab12fa55cf3304f6a.tar.xz
Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1137 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dacd5cfa4e..bbe7c67d61 100755
--- a/configure
+++ b/configure
@@ -484,7 +484,7 @@ if [ "$proc" = "k7" ]; then
fi
if [ "$proc" = "athlon" ]; then
# echo -n "trying athlon "
- $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=k6
+ $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=pentiumpro
fi
if [ "$proc" = "k6" ]; then
# echo -n "trying k6 "