From: Thiemo Seufer Date: Sat, 15 Sep 2001 04:42:11 +0000 (+0000) Subject: * config.sub: Reverted the earlier change, this version is not the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1ec19fa3f1398f590e428c39a4ff36ace2f4270;p=binutils-gdb.git * config.sub: Reverted the earlier change, this version is not the master file. --- diff --git a/ChangeLog b/ChangeLog index ef32ba25f29..50f1c99bcae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-15 Thiemo Seufer + + * config.sub: Reverted the earlier change, this version is not the + master file. + 2001-09-14 Thiemo Seufer * config.sub: Change machine triplets from mipsel*-* to mips*el-*. diff --git a/config.sub b/config.sub index f343888bd3d..15e4417a6f0 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