2001-08-30 Eric Christopher <echristo@redhat.com>
authorEric Christopher <echristo@gmail.com>
Fri, 31 Aug 2001 06:37:20 +0000 (06:37 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 31 Aug 2001 06:37:20 +0000 (06:37 +0000)
    Jason Eckhardt  <jle@redhat.com>

* config.sub: Add support for mipsisa32.

ChangeLog
config.sub

index bdd570868ee3e5e0320867407d835e3cc04d902c..cae66c5a2fa6c68e6b860d8de490112b7e6f75fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-30  Eric Christopher  <echristo@redhat.com>
+           Jason Eckhardt  <jle@redhat.com>
+
+       * config.sub: Add support for mipsisa32.
+
 2001-08-30  Eric Christopher  <echristo@redhat.com>
 
        * config.sub, config.guess: Import latest from subversions.
index ff13f7aa213a51c0386c0ce0e8324658ed706e88..15e4417a6f006b4ff9f5c77fbe98e57e66e74598 100755 (executable)
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 #   Free Software Foundation, Inc.
 
-timestamp='2001-08-23'
+timestamp='2001-08-30'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -236,7 +236,7 @@ case $basic_machine in
        | mips16 | mips64 | mips64el | mips64orion | mips64orionel \
        | mips64vr4100 | mips64vr4100el | mips64vr4300 \
        | mips64vr4300el | mips64vr5000 | mips64vr5000el \
-       | mipsbe | mipsel | mipsle | mipstx39 | mipstx39el \
+       | mipsbe | mipsel | mipsle | mipstx39 | mipstx39el | mipsisa32 \
        | mn10200 | mn10300 \
        | ns16k | ns32k \
        | openrisc \
@@ -294,7 +294,7 @@ case $basic_machine in
        | mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \
        | mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
        | mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipsel-* \
-       | mipsle-* | mipstx39-* | mipstx39el-* \
+       | mipsle-* | mipstx39-* | mipstx39el-* | mipsisa32-* \
        | none-* | np1-* | ns16k-* | ns32k-* \
        | orion-* \
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
This page took 0.027789 seconds and 4 git commands to generate.