diff --git a/ChangeLog b/ChangeLog index 9bb9c24..fe85ab9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-06-06 Ben Elliston + + From H??vard Skinnemoen : + * config.guess (avr32*:Linux:*:*): New. + * config.sub (avr32, avr32-*): Likewise. + * testsuite/config-guess.data: Add test case. + * testsuite/config-sub.data: Likewise. + 2006-05-13 Ben Elliston * config.sub: Specify -elf as the default OS for spu. diff --git a/config.guess b/config.guess index c085f4f..7924ac0 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-05-13' +timestamp='2006-06-06' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -831,6 +831,9 @@ EOF arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;; diff --git a/config.sub b/config.sub index 4d936e2..70584b0 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-05-13' +timestamp='2006-06-06' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -241,7 +241,7 @@ case $basic_machine in | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ @@ -317,7 +317,7 @@ case $basic_machine in | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* \ + | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index 268366c..032eeac 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -21,3 +21,4 @@ i586 1.0 SolidBSD ignored i586-unknown-solidbsd1.0 i686 5.4-1-686 GNU/kFreeBSD ignored i686-unknown-kfreebsd5.4-gnu EM64T 5.2 Interix ignored x86_64-unknown-interix5.2 amd64 5.2 FreeBSD ignored x86_64-unknown-freebsd5.2 +avr32 2.6.15 Linux ignored avr32-unknown-linux-gnu diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 1c78769..43a9e98 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -94,3 +94,5 @@ sparc64v-solaris2.9 sparc64v-unknown-solaris2.9 spu spu-unknown-elf spu-elf spu-unknown-elf spu-linux spu-unknown-linux-gnu +avr32 avr32-unknown-none +avr32-linux avr32-unknown-linux-gnu