From bab14c11d7875b3c84cb8bfafd5c554e26541356 Mon Sep 17 00:00:00 2001 From: zuxy Date: Sat, 8 Sep 2007 18:04:47 +0000 Subject: Use -march=native (avail. since gcc 4.2) when possible git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24371 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 5397fa9174..ac117c4c44 100755 --- a/configure +++ b/configure @@ -1770,6 +1770,7 @@ cat > $TMPC << EOF int main(void) { return 0; } EOF if test "$_runtime_cpudetection" = no ; then + cc_check -march=native && proc=native if test "$proc" = "k8"; then cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp fi @@ -1915,6 +1916,7 @@ int main(void) { return 0; } EOF # This is a stripped-down version of the i386 fallback. if test "$_runtime_cpudetection" = no ; then + cc_check -march=native && proc=native # --- AMD processors --- if test "$proc" = "k8"; then cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp -- cgit v1.2.3