* jv-exp.y (copy_exp, insert_exp): Avoid ANSI prototypes.
[deliverable/binutils-gdb.git] / config.sub
index c12bfb94ea1df8e6b89ba82f0eedf2e0deb5b193..ab7ef8dbc21776a1449cdfee7e316c0ba745e0a5 100755 (executable)
@@ -64,6 +64,28 @@ case $1 in
        ;;
 esac
 
+# CYGNUS LOCAL marketing-names
+# Here we handle any "marketing" names - translating them to
+#  standard triplets
+case $1 in 
+       mips-tx39-elf)
+               set mipstx39-unknown-elf
+                ;;
+# start-sanitize-tx19
+       mips-tx19-elf)
+               set mipstx19-unknown-elf
+                ;;
+# end-sanitize-tx19
+# start-sanitize-tx49
+       mips-tx49-elf)
+               set mips64tx49-unknown-elf
+                ;;
+# end-sanitize-tx49
+       *)
+               ;;
+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/'`
@@ -166,12 +188,22 @@ case $basic_machine in
                | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
                | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
                | mipstx39 | mipstx39el \
-               | sparc | sparclet | sparclite | sparc64)
+               | sparc | sparclet | sparclite | sparc64 | v850)
                basic_machine=$basic_machine-unknown
                ;;
        m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL
                basic_machine=$basic_machine-unknown
                ;;
+# start-sanitize-tx49
+       mips64tx49 | mips64tx49el)
+               basic_machine=$basic_machine-unknown
+               ;;
+# end-sanitize-tx49
+# start-sanitize-tx19
+        mipstx19 | mipstx19el)
+                basic_machine=$basic_machine-unknown
+                ;;
+# end-sanitize-tx19
        mips64vr4300 | mips64vr4300el) # CYGNUS LOCAL jsmith/vr4300
                basic_machine=$basic_machine-unknown
                ;;
@@ -181,8 +213,13 @@ case $basic_machine in
        mips64vr5000 | mips64vr5000el) # CYGNUS LOCAL ian/vr5000
                basic_machine=$basic_machine-unknown
                ;;
+# start-sanitize-vr5400
+       mips64vr5400)                    # CYGNUS LOCAL cagney/vr5400
+               basic_machine=$basic_machine-unknown
+               ;;
+# end-sanitize-vr5400
 # start-sanitize-r5900
-       mips64vr5900 | mips64vr5900el) # CYGNUS LOCAL gavin/r5900
+       mips64r5900 | mips64r5900el) # CYGNUS LOCAL gavin/r5900
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-r5900
@@ -194,11 +231,14 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-tic80
-# start-sanitize-v850
-       v850)                           # CYGNUS LOCAL jtc/v850
+# start-sanitize-v850e
+       v850e)                          # CYGNUS LOCAL jtc/v850
+               basic_machine=$basic_machine-unknown
+               ;;
+       v850eq)                         # CYGNUS LOCAL jtc/v850
                basic_machine=$basic_machine-unknown
                ;;
-# end-sanitize-v850
+# end-sanitize-v850e
        d10v)                           # CYGNUS LOCAL meissner/d10v
                basic_machine=$basic_machine-unknown
                ;;
@@ -234,10 +274,14 @@ case $basic_machine in
                ;;
        m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | d10v-*) # CYGNUS LOCAL
                ;;
-# start-sanitize-v850
        v850-*) # CYGNUS LOCAL
                ;;
-# end-sanitize-v850
+# start-sanitize-v850e
+       v850e-*) # CYGNUS LOCAL
+               ;;
+       v850eq-*) # CYGNUS LOCAL
+               ;;
+# end-sanitize-v850e
 # start-sanitize-d30v
        d30v-*) # CYGNUS LOCAL
                ;;
@@ -246,8 +290,16 @@ case $basic_machine in
                ;;
        mips64vr4100-* | mips64vr4100el-*) # CYGNUS LOCAL jsmith/vr4100
                ;;
+# start-sanitize-tx19
+       mipstx19-* | mipstx19el-*)
+               ;;
+# end-sanitize-tx19
+# start-sanitize-tx49
+       mips64tx49-* | mips64tx49el-*)
+               ;;
+# end-sanitize-tx49
 # start-sanitize-r5900
-       mips64vr5900-* | mips64vr5900el-*) # CYGNUS LOCAL gavin/r5900
+       mips64r5900-* | mips64r5900el-*) # CYGNUS LOCAL gavin/r5900
                 ;;
 # end-sanitize-r5900
        mips16-*) # CYGNUS LOCAL krk/mips16
@@ -667,9 +719,17 @@ 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
+        r5900 | r5900el)                                # CYGNUS LOCAL
+                basic_machine=mips64r5900-unknown
                 ;;
 # end-sanitize-r5900
        rom68k)                                         # CYGNUS LOCAL
@@ -755,6 +815,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
                ;;
This page took 0.026256 seconds and 4 git commands to generate.