aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>1998-12-17 18:33:58 +0000
committerAnthony Green <green@redhat.com>1998-12-17 18:33:58 +0000
commit80d251fa397841d5dd43830f53a32ccd094ab180 (patch)
treee349033c56b1a639d10ea0a958c042236e003f9b /config.sub
parent7416961455fcc415d7580562abd00124b871e80b (diff)
downloadgdb-80d251fa397841d5dd43830f53a32ccd094ab180.zip
gdb-80d251fa397841d5dd43830f53a32ccd094ab180.tar.gz
gdb-80d251fa397841d5dd43830f53a32ccd094ab180.tar.bz2
* config.sub, configure.in: Add tiny2j-*-* target
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 535f70e..ad715bb 100755
--- a/config.sub
+++ b/config.sub
@@ -85,6 +85,9 @@ case $1 in
mips64vr5xxx-elf)
set mips64vr5000-elf
;;
+ mips64vr5xxxel-elf)
+ set mips64vr5000el-elf
+ ;;
# end-sanitize-cygnus
# start-sanitize-sky
vpu-elf)
@@ -207,7 +210,7 @@ case $basic_machine in
basic_machine=$basic_machine-unknown
;;
m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \
- | h8500 | w65 | fr30) # CYGNUS LOCAL
+ | h8500 | w65 | fr30 | tiny2j) # CYGNUS LOCAL
basic_machine=$basic_machine-unknown
;;
thumb)