comparison configure @ 28577:4f37b9cb7343

Make configure recognize avr32. patch by Hans-Christian Egtvedt, hans-christian.egtvedt atmel com
author diego
date Mon, 16 Feb 2009 17:02:16 +0000
parents b983d65e840c
children 4d64f83e2fac
comparison
equal deleted inserted replaced
28576:a6b506faeb34 28577:4f37b9cb7343
1693 1693
1694 fi 1694 fi
1695 1695
1696 1696
1697 def_fast_64bit='#define HAVE_FAST_64BIT 0' 1697 def_fast_64bit='#define HAVE_FAST_64BIT 0'
1698 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM SH4 PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC' 1698 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC'
1699 case "$host_arch" in 1699 case "$host_arch" in
1700 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) 1700 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)
1701 _arch='X86 X86_32' 1701 _arch='X86 X86_32'
1702 _target_arch_x86="ARCH_X86 = yes" 1702 _target_arch_x86="ARCH_X86 = yes"
1703 _target_arch="ARCH_X86_32 = yes" 1703 _target_arch="ARCH_X86_32 = yes"
2050 2050
2051 arm|armv4l|armv5tel) 2051 arm|armv4l|armv5tel)
2052 _arch='ARM' 2052 _arch='ARM'
2053 _target_arch='ARCH_ARM = yes' 2053 _target_arch='ARCH_ARM = yes'
2054 iproc='arm' 2054 iproc='arm'
2055 ;;
2056
2057 avr32)
2058 _arch='AVR32'
2059 _target_arch='ARCH_AVR32 = yes'
2060 iproc='avr32'
2055 ;; 2061 ;;
2056 2062
2057 sh|sh4) 2063 sh|sh4)
2058 _arch='SH4' 2064 _arch='SH4'
2059 _target_arch='ARCH_SH4 = yes' 2065 _target_arch='ARCH_SH4 = yes'