comparison configure @ 23586:16db18293ebd

unbreak armv6 previously broken by me...
author lu_zero
date Fri, 22 Jun 2007 19:58:44 +0000
parents e180f4d46593
children 46a6e2183078
comparison
equal deleted inserted replaced
23585:d3ae6979d3df 23586:16db18293ebd
2476 test "$_sse2" = yes && _cpuexts="SSE2 $_cpuexts" 2476 test "$_sse2" = yes && _cpuexts="SSE2 $_cpuexts"
2477 test "$_ssse3" = yes && _cpuexts="SSSE3 $_cpuexts" 2477 test "$_ssse3" = yes && _cpuexts="SSSE3 $_cpuexts"
2478 test "$_cmov" = yes && _cpuexts="CMOV $_cpuexts" 2478 test "$_cmov" = yes && _cpuexts="CMOV $_cpuexts"
2479 test "$_fast_cmov" = yes && _cpuexts="FAST_CMOV $_cpuexts" 2479 test "$_fast_cmov" = yes && _cpuexts="FAST_CMOV $_cpuexts"
2480 test "$_armv5te" = yes && _cpuexts="ARMV5TE $_cpuexts" 2480 test "$_armv5te" = yes && _cpuexts="ARMV5TE $_cpuexts"
2481 test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts"Y 2481 test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts"
2482 test "$_iwmmxt" = yes && _cpuexts="IWMMXT $_cpuexts" 2482 test "$_iwmmxt" = yes && _cpuexts="IWMMXT $_cpuexts"
2483 2483
2484 # Checking kernel version... 2484 # Checking kernel version...
2485 if x86_32 && linux ; then 2485 if x86_32 && linux ; then
2486 _k_verc_problem=no 2486 _k_verc_problem=no