* config.sub: Reverted the earlier change, this version is not the
master file.
This commit is contained in:
parent
74509af276
commit
d55d85113c
|
@ -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-*.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue