* config.sub: Reverted the earlier change, this version is not the
authorThiemo Seufer <ths@networkno.de>
Sat, 15 Sep 2001 04:42:11 +0000 (04:42 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 15 Sep 2001 04:42:11 +0000 (04:42 +0000)
master file.

ChangeLog
config.sub

index ef32ba25f296d62921ed2aab6fc213b3c17dea5b..50f1c99bcae8692b59a902a94468f53ff978e8aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config.sub: Reverted the earlier change, this version is not the
+       master file.
+
 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
index f343888bd3dd9fcc7dbbea03bfe0b36df6ac5e03..15e4417a6f006b4ff9f5c77fbe98e57e66e74598 100755 (executable)
@@ -597,18 +597,10 @@ case $basic_machine in
                basic_machine=m68k-atari
                os=-mint
                ;;
-       mips64*el-linux*)
-               basic_machine=mips64el-unknown
-               os=-linux-gnu
-               ;;
-       mips*el-linux*)
+       mipsel*-linux*)
                basic_machine=mipsel-unknown
                os=-linux-gnu
                ;;
-       mips64*-linux*)
-               basic_machine=mips64-unknown
-               os=-linux-gnu
-               ;;
        mips*-linux*)
                basic_machine=mips-unknown
                os=-linux-gnu
This page took 0.027605 seconds and 4 git commands to generate.