comparison configure @ 28124:9ec853bf6e2e

another round of armv4l --> arm changes
author diego
date Wed, 17 Dec 2008 08:47:01 +0000
parents ab477599c7df
children 9a61b31f9e4b
comparison
equal deleted inserted replaced
28123:2917db918851 28124:9ec853bf6e2e
1679 fi 1679 fi
1680 1680
1681 fi 1681 fi
1682 1682
1683 1683
1684 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM ARMV4L SH POWERPC PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC' 1684 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM SH POWERPC PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC'
1685 case "$host_arch" in 1685 case "$host_arch" in
1686 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) 1686 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)
1687 _arch='X86 X86_32' 1687 _arch='X86 X86_32'
1688 _target_arch_x86="ARCH_X86 = yes" 1688 _target_arch_x86="ARCH_X86 = yes"
1689 _target_arch="ARCH_X86_32 = yes" 1689 _target_arch="ARCH_X86_32 = yes"
2030 _mcpu="-mcpu=$proc" 2030 _mcpu="-mcpu=$proc"
2031 _optimizing="$proc" 2031 _optimizing="$proc"
2032 ;; 2032 ;;
2033 2033
2034 arm|armv4l|armv5tel) 2034 arm|armv4l|armv5tel)
2035 _arch='ARM ARMV4L' 2035 _arch='ARM'
2036 _target_arch='ARCH_ARMV4L = yes' 2036 _target_arch='ARCH_ARM = yes'
2037 iproc='arm' 2037 iproc='arm'
2038 ;; 2038 ;;
2039 2039
2040 sh) 2040 sh)
2041 _arch='SH' 2041 _arch='SH'