# HG changeset patch # User lu_zero # Date 1182542324 0 # Node ID 16db18293ebdfe7a66f4914a71736a7f3e1a0f7f # Parent d3ae6979d3dfbb53fd373a51b62fe772481d70e0 unbreak armv6 previously broken by me... diff -r d3ae6979d3df -r 16db18293ebd configure --- a/configure Fri Jun 22 13:03:40 2007 +0000 +++ b/configure Fri Jun 22 19:58:44 2007 +0000 @@ -2478,7 +2478,7 @@ test "$_cmov" = yes && _cpuexts="CMOV $_cpuexts" test "$_fast_cmov" = yes && _cpuexts="FAST_CMOV $_cpuexts" test "$_armv5te" = yes && _cpuexts="ARMV5TE $_cpuexts" -test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts"Y +test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts" test "$_iwmmxt" = yes && _cpuexts="IWMMXT $_cpuexts" # Checking kernel version...