comparison configure @ 30943:84fac82eca0b

Cosmetics: Fix indentation.
author cehoyos
date Fri, 02 Apr 2010 10:13:45 +0000
parents 2c04ca7b638c
children 1987b39652f6
comparison
equal deleted inserted replaced
30942:2c04ca7b638c 30943:84fac82eca0b
1911 cat > $TMPC << EOF 1911 cat > $TMPC << EOF
1912 int main(void) { return 0; } 1912 int main(void) { return 0; }
1913 EOF 1913 EOF
1914 if test "$_runtime_cpudetection" = no ; then 1914 if test "$_runtime_cpudetection" = no ; then
1915 if test $cc_vendor != "intel" ; then 1915 if test $cc_vendor != "intel" ; then
1916 cc_check -march=native && proc=native 1916 cc_check -march=native && proc=native
1917 fi 1917 fi
1918 if test "$proc" = "k8"; then 1918 if test "$proc" = "k8"; then
1919 cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp 1919 cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp
1920 fi 1920 fi
1921 if test "$proc" = "athlon-xp"; then 1921 if test "$proc" = "athlon-xp"; then
2061 int main(void) { return 0; } 2061 int main(void) { return 0; }
2062 EOF 2062 EOF
2063 # This is a stripped-down version of the i386 fallback. 2063 # This is a stripped-down version of the i386 fallback.
2064 if test "$_runtime_cpudetection" = no ; then 2064 if test "$_runtime_cpudetection" = no ; then
2065 if test $cc_vendor != "intel" ; then 2065 if test $cc_vendor != "intel" ; then
2066 cc_check -march=native && proc=native 2066 cc_check -march=native && proc=native
2067 fi 2067 fi
2068 # --- AMD processors --- 2068 # --- AMD processors ---
2069 if test "$proc" = "k8"; then 2069 if test "$proc" = "k8"; then
2070 cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp 2070 cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp
2071 fi 2071 fi