comparison configure @ 28161:138bd0e1d9d8

Set and use only ARCH_PPC, not also ARCH_POWERPC.
author diego
date Sat, 27 Dec 2008 12:00:11 +0000
parents a36ba293236b
children 31489c64c2af
comparison
equal deleted inserted replaced
28160:a39a6d332011 28161:138bd0e1d9d8
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 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 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"
2045 _target_arch='ARCH_SH = yes' 2045 _target_arch='ARCH_SH = yes'
2046 iproc='sh' 2046 iproc='sh'
2047 ;; 2047 ;;
2048 2048
2049 ppc|ppc64|powerpc|powerpc64) 2049 ppc|ppc64|powerpc|powerpc64)
2050 _arch='POWERPC PPC' 2050 _arch='PPC'
2051 _def_dcbzl='#undef HAVE_DCBZL' 2051 _def_dcbzl='#undef HAVE_DCBZL'
2052 _target_arch='ARCH_POWERPC = yes' 2052 _target_arch='ARCH_PPC = yes'
2053 _def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' 2053 _def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
2054 iproc='ppc' 2054 iproc='ppc'
2055 2055
2056 if test "$host_arch" = "ppc64" -o "$host_arch" = "powerpc64" ; then 2056 if test "$host_arch" = "ppc64" -o "$host_arch" = "powerpc64" ; then
2057 def_fast_64bit='#define HAVE_FAST_64BIT 1' 2057 def_fast_64bit='#define HAVE_FAST_64BIT 1'