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

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