mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
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:
parent
da228c308a
commit
d06ef205a0
@ -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>
|
2006-05-13 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.sub: Specify -elf as the default OS for spu.
|
* config.sub: Specify -elf as the default OS for spu.
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2006-05-13'
|
timestamp='2006-06-06'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -831,6 +831,9 @@ EOF
|
|||||||
arm*:Linux:*:*)
|
arm*:Linux:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
||||||
exit ;;
|
exit ;;
|
||||||
|
avr32*:Linux:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
||||||
|
exit ;;
|
||||||
cris:Linux:*:*)
|
cris:Linux:*:*)
|
||||||
echo cris-axis-linux-gnu
|
echo cris-axis-linux-gnu
|
||||||
exit ;;
|
exit ;;
|
||||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2006-05-13'
|
timestamp='2006-06-06'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME 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] \
|
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
|
||||||
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
||||||
| am33_2.0 \
|
| 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 \
|
| bfin \
|
||||||
| c4x | clipper \
|
| c4x | clipper \
|
||||||
| d10v | d30v | dlx | dsp16xx \
|
| d10v | d30v | dlx | dsp16xx \
|
||||||
@ -317,7 +317,7 @@ case $basic_machine in
|
|||||||
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
|
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
|
||||||
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
|
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
|
||||||
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
|
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
|
||||||
| avr-* \
|
| avr-* | avr32-* \
|
||||||
| bfin-* | bs2000-* \
|
| bfin-* | bs2000-* \
|
||||||
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
|
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
|
||||||
| clipper-* | craynv-* | cydra-* \
|
| clipper-* | craynv-* | cydra-* \
|
||||||
|
@ -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
|
i686 5.4-1-686 GNU/kFreeBSD ignored i686-unknown-kfreebsd5.4-gnu
|
||||||
EM64T 5.2 Interix ignored x86_64-unknown-interix5.2
|
EM64T 5.2 Interix ignored x86_64-unknown-interix5.2
|
||||||
amd64 5.2 FreeBSD ignored x86_64-unknown-freebsd5.2
|
amd64 5.2 FreeBSD ignored x86_64-unknown-freebsd5.2
|
||||||
|
avr32 2.6.15 Linux ignored avr32-unknown-linux-gnu
|
||||||
|
@ -94,3 +94,5 @@ sparc64v-solaris2.9 sparc64v-unknown-solaris2.9
|
|||||||
spu spu-unknown-elf
|
spu spu-unknown-elf
|
||||||
spu-elf spu-unknown-elf
|
spu-elf spu-unknown-elf
|
||||||
spu-linux spu-unknown-linux-gnu
|
spu-linux spu-unknown-linux-gnu
|
||||||
|
avr32 avr32-unknown-none
|
||||||
|
avr32-linux avr32-unknown-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user