From 0fd68f17cadab2e0f9e390ffc09b15a8982f3e37 Mon Sep 17 00:00:00 2001 From: zuxy Date: Fri, 15 Jan 2010 09:33:38 +0000 Subject: The undocumented x86-64 is a better fallback for core2 than nocona. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30309 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 6e9f17d98c..ebde6ef908 100755 --- a/configure +++ b/configure @@ -2064,6 +2064,9 @@ EOF fi # --- Intel processors --- if test "$proc" = "core2"; then + cc_check -march=$proc $cpuopt=$proc || proc=x86-64 + fi + if test "$proc" = "x86-64"; then cc_check -march=$proc $cpuopt=$proc || proc=nocona fi if test "$proc" = "nocona"; then -- cgit v1.2.3