comparison configure @ 24601:e445ce1c6ec1

BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to _arch_all
author reimar
date Wed, 26 Sep 2007 21:31:07 +0000
parents 6815406607cf
children 46bafd35bc5c
comparison
equal deleted inserted replaced
24600:3072ec2af791 24601:e445ce1c6ec1
1637 fi 1637 fi
1638 1638
1639 fi 1639 fi
1640 1640
1641 1641
1642 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM ARMV4L SH3 POWERPC PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX GENERIC' 1642 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM ARMV4L SH3 POWERPC PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN GENERIC'
1643 case "$host_arch" in 1643 case "$host_arch" in
1644 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) 1644 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)
1645 _arch='X86 X86_32' 1645 _arch='X86 X86_32'
1646 _target_arch_x86="ARCH_X86 = yes" 1646 _target_arch_x86="ARCH_X86 = yes"
1647 _target_arch="ARCH_X86_32 = yes" 1647 _target_arch="ARCH_X86_32 = yes"
2525 cc_check && _iwmmxt=yes 2525 cc_check && _iwmmxt=yes
2526 fi 2526 fi
2527 echores "$_iwmmxt" 2527 echores "$_iwmmxt"
2528 fi 2528 fi
2529 2529
2530 _cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV ARMV5TE ARMV6 IWMMXT MLIB MMI SH4 BFIN VIS MVI' 2530 _cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV ARMV5TE ARMV6 IWMMXT MLIB MMI SH4 VIS MVI'
2531 test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts" 2531 test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts"
2532 test "$_mmx" = yes && _cpuexts="MMX $_cpuexts" 2532 test "$_mmx" = yes && _cpuexts="MMX $_cpuexts"
2533 test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts" 2533 test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts"
2534 test "$_3dnow" = yes && _cpuexts="3DNOW $_cpuexts" 2534 test "$_3dnow" = yes && _cpuexts="3DNOW $_cpuexts"
2535 test "$_3dnowext" = yes && _cpuexts="3DNOWEX $_cpuexts" 2535 test "$_3dnowext" = yes && _cpuexts="3DNOWEX $_cpuexts"