]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config.sub (mips64vr5xxx-elf): Handle. Treat as mips64vr5000-elf.
authorJeff Law <law@redhat.com>
Mon, 22 Dec 1997 10:27:25 +0000 (10:27 +0000)
committerJeff Law <law@redhat.com>
Mon, 22 Dec 1997 10:27:25 +0000 (10:27 +0000)
ChangeLog
config.sub

index 6e92255fa73d83df0ef869ace855ff8b8ffae626..7ca04f8825cc109f69a4d1437006610711e7309e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-vr5400
+Mon Dec 22 11:27:12 1997  Jeffrey A Law  (law@cygnus.com)
+
+        * config.sub (mips64vr5xxx-elf): Handle.  Treat as mips64vr5000-elf.
+
+end-sanitize-vr5400
 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
 
        * mkdep: New file.
index ab7ef8dbc21776a1449cdfee7e316c0ba745e0a5..5ae42abebfd64bb8303985a2adcb0338051f5b01 100755 (executable)
@@ -81,6 +81,11 @@ case $1 in
                set mips64tx49-unknown-elf
                 ;;
 # end-sanitize-tx49
+# start-sanitize-vr5400
+       mips64vr5xxx-elf)
+               set mips64vr5000-elf
+                ;;
+# end-sanitize-vr5400
        *)
                ;;
 esac
@@ -194,16 +199,9 @@ case $basic_machine in
        m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL
                basic_machine=$basic_machine-unknown
                ;;
-# start-sanitize-tx49
-       mips64tx49 | mips64tx49el)
+       thumb) # CYGNUS LOCAL: angela/thumb
                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
                ;;
@@ -218,6 +216,16 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-vr5400
+# start-sanitize-tx19
+        mipstx19 | mipstx19el)
+                basic_machine=$basic_machine-unknown
+                ;;
+# end-sanitize-tx19
+# start-sanitize-tx49
+       mips64tx49 | mips64tx49el)
+               basic_machine=$basic_machine-unknown
+               ;;
+# end-sanitize-tx49
 # start-sanitize-r5900
        mips64r5900 | mips64r5900el) # CYGNUS LOCAL gavin/r5900
                basic_machine=$basic_machine-unknown
@@ -235,7 +243,7 @@ case $basic_machine in
        v850e)                          # CYGNUS LOCAL jtc/v850
                basic_machine=$basic_machine-unknown
                ;;
-       v850eq)                         # CYGNUS LOCAL jtc/v850
+       v850ea)                         # CYGNUS LOCAL jtc/v850
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-v850e
@@ -274,12 +282,14 @@ case $basic_machine in
                ;;
        m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | d10v-*) # CYGNUS LOCAL
                ;;
+       thumb-*) # CYGNUS LOCAL angela/thumb
+               ;;
        v850-*) # CYGNUS LOCAL
                ;;
 # start-sanitize-v850e
        v850e-*) # CYGNUS LOCAL
                ;;
-       v850eq-*) # CYGNUS LOCAL
+       v850ea-*) # CYGNUS LOCAL
                ;;
 # end-sanitize-v850e
 # start-sanitize-d30v