summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-09-15 04:42:11 +0000
committerThiemo Seufer <ths@networkno.de>2001-09-15 04:42:11 +0000
commite0a35e91a4e90e860c67a6d6baf9b5f0a03dcdbd (patch)
tree4c0ecf7a6759799cd124347afc413ba222c2530c
parenteaff7f7b0a6c5453bac34967158daa0885ad7fd6 (diff)
downloadbinutils-redhat-e0a35e91a4e90e860c67a6d6baf9b5f0a03dcdbd.tar.gz
* config.sub: Reverted the earlier change, this version is not the
master file.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfig.sub10
2 files changed, 6 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index ef32ba25f2..50f1c99bca 100644
--- 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-*.
diff --git a/config.sub b/config.sub
index f343888bd3..15e4417a6f 100755
--- a/config.sub
+++ b/config.sub
@@ -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