summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-12-11 04:11:34 +0000
committerBen Elliston <bje@gcc.gnu.org>2006-12-11 15:11:34 +1100
commit9b6f37a0259f8e6488d447a26fa17214169e46f4 (patch)
tree0ace306831ce2decddb2da5a19a4215e3c6fc5e8 /config.sub
parentcc8d70cd9dd4719e408ab89a1648668a54ac31af (diff)
config.guess: Import latest version.
* config.guess: Import latest version. * config.sub: Likewise. From-SVN: r119728
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.sub b/config.sub
index fab0aa35566..4b8cc7b41e7 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2006-09-20'
+timestamp='2006-12-08'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -245,7 +245,7 @@ case $basic_machine in
| bfin \
| c4x | clipper \
| d10v | d30v | dlx | dsp16xx \
- | fr30 | frv \
+ | fido | fr30 | frv \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| i370 | i860 | i960 | ia64 \
| ip2k | iq2000 \
@@ -324,7 +324,7 @@ case $basic_machine in
| clipper-* | craynv-* | cydra-* \
| d10v-* | d30v-* | dlx-* \
| elxsi-* \
- | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
+ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
| h8300-* | h8500-* \
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
| i*86-* | i860-* | i960-* | ia64-* \
@@ -925,6 +925,9 @@ case $basic_machine in
basic_machine=sh-hitachi
os=-hms
;;
+ sh5el)
+ basic_machine=sh5le-unknown
+ ;;
sh64)
basic_machine=sh64-unknown
;;