mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 04:38:22 +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:
5
config.guess
vendored
5
config.guess
vendored
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user