From H??vard Skinnemoen <hskinnemoen@atmel.com>:

* config.guess (avr32*:Linux:*:*): New.
	* config.sub (avr32, avr32-*): Likewise.
	* testsuite/config-guess.data: Add test case.
	* testsuite/config-sub.data: Likewise.
This commit is contained in:
Ben Elliston 2006-06-06 01:02:17 +00:00
parent da228c308a
commit d06ef205a0
5 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2006-06-06 Ben Elliston <bje@gnu.org>
From H??vard Skinnemoen <hskinnemoen@atmel.com>:
* 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 <bje@gnu.org>
* config.sub: Specify -elf as the default OS for spu.

5
config.guess vendored
View File

@ -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 ;;

6
config.sub vendored
View File

@ -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-* \

View File

@ -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

View File

@ -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