aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@redhat.com>1997-09-07 20:33:22 +0000
committerGavin Romig-Koch <gavin@redhat.com>1997-09-07 20:33:22 +0000
commitb637f306bac78d02ec2944199271dd989a31abb2 (patch)
tree8d19f79178b509227f99a005a2a244b9eb5d3a51 /config.sub
parent4a04414acea793a319071b5e213178c2019709a2 (diff)
downloadgdb-b637f306bac78d02ec2944199271dd989a31abb2.zip
gdb-b637f306bac78d02ec2944199271dd989a31abb2.tar.gz
gdb-b637f306bac78d02ec2944199271dd989a31abb2.tar.bz2
tx19 and related necessary changes.
* config.sub: Add tx19/r1900. * sim/mips/configure.in, sim/mips/gencode: Add tx19/r1900. * gcc/config.sub, gcc/configure: Add tx19/r1900. * gcc/config/mips/r1900.h, config/mips/t-r1900: New. * gas/config/tc-mips.c: Add tx19/r1900. * gcc/config/mips/mips.c: Don't build 16 bit to 32 bit stubs for TARGET_SOFT_FLOAT. * config.sub: Add "marketing-names" patch. * gcc/config.sub: Add "marketing-names" patch. * gcc/configure: Change "as" link from "../gas/as.new" to "../gas/as-new"; Same for "ld" link.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub39
1 files changed, 39 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 1ba9723..79dda62 100755
--- a/config.sub
+++ b/config.sub
@@ -64,6 +64,20 @@ case $1 in
;;
esac
+# CYGNUS LOCAL marketing-names
+# Here we handle any "marketing" names - translating them to
+# standard triplets
+case $1 in
+# start-sanitize-tx19
+ mips-tx19-elf)
+ set mipstx19-unknown-elf
+ ;;
+# end-sanitize-tx19
+ *)
+ ;;
+esac
+# END CYGNUS LOCAL marketing-names
+
# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
@@ -172,6 +186,11 @@ case $basic_machine in
m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL
basic_machine=$basic_machine-unknown
;;
+# start-sanitize-tx19
+ mipstx19 | mipstx19el)
+ basic_machine=$basic_machine-unknown
+ ;;
+# end-sanitize-tx19
mips64vr4300 | mips64vr4300el) # CYGNUS LOCAL jsmith/vr4300
basic_machine=$basic_machine-unknown
;;
@@ -259,6 +278,10 @@ case $basic_machine in
;;
mips64vr4100-* | mips64vr4100el-*) # CYGNUS LOCAL jsmith/vr4100
;;
+# start-sanitize-tx19
+ mipstx19-* | mipstx19el-*)
+ ;;
+# end-sanitize-tx19
# start-sanitize-r5900
mips64vr5900-* | mips64vr5900el-*) # CYGNUS LOCAL gavin/r5900
;;
@@ -680,6 +703,14 @@ case $basic_machine in
ps2)
basic_machine=i386-ibm
;;
+# start-sanitize-tx19
+ r1900)
+ basic_machine=mipstx19-unknown
+ ;;
+ r1900el)
+ basic_machine=mipstx19el-unknown
+ ;;
+# end-sanitize-tx19
# start-sanitize-r5900
r5900) # CYGNUS LOCAL
basic_machine=mips64vr5900el-unknown
@@ -768,6 +799,14 @@ case $basic_machine in
basic_machine=i386-sequent
os=-dynix
;;
+# start-sanitize-tx19
+ tx19)
+ basic_machine=mipstx19-unknown
+ ;;
+ tx19el)
+ basic_machine=mipstx19el-unknown
+ ;;
+# end-sanitize-tx19
tx39)
basic_machine=mipstx39-unknown
;;