# HG changeset patch # User diego # Date 1224759527 0 # Node ID 4b55e7db1b82790e302bf7bc2b8b551252cccead # Parent 469d7dbd64188a969373e93c6482531d77fa1829 SH4 is an architecture, not a CPU extension. diff -r 469d7dbd6418 -r 4b55e7db1b82 configure --- a/configure Thu Oct 23 09:53:08 2008 +0000 +++ b/configure Thu Oct 23 10:58:47 2008 +0000 @@ -2489,7 +2489,7 @@ echores "$_iwmmxt" fi -_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMVFP IWMMXT MLIB MMI SH4 VIS MVI' +_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMVFP IWMMXT MLIB MMI VIS MVI' test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts" test "$_mmx" = yes && _cpuexts="MMX $_cpuexts" test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts"