changeset 23586:16db18293ebd

unbreak armv6 previously broken by me...
author lu_zero
date Fri, 22 Jun 2007 19:58:44 +0000
parents d3ae6979d3df
children 58bd3640c0c2
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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...