Recognize mips64vr5400
authorAndrew Cagney <cagney@redhat.com>
Fri, 24 Oct 1997 06:02:22 +0000 (06:02 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 24 Oct 1997 06:02:22 +0000 (06:02 +0000)
ChangeLog
config.sub

index bdc30b9512113e8032a77b08b0da6d13b33a49db..749df22dbe0a1be4137df62ffc59f26859002f5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-vr5400
+Wed Oct 22 14:05:29 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config.sub (maybe_os): Add mips64vr5400.
+
+end-sanitize-vr5400
 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
 
        * makefile.vms: Fix to work with DEC C.
index 90f024816630583ccd9f3414fc585063abf2e1ba..88c7a1bc21152518bfb1473980f407455cfbedaa 100755 (executable)
@@ -203,6 +203,11 @@ 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
        mips64r5900 | mips64r5900el) # CYGNUS LOCAL gavin/r5900
                basic_machine=$basic_machine-unknown
This page took 0.042116 seconds and 4 git commands to generate.