* config.sub (sco5): Fix typo.

From-SVN: r18209
This commit is contained in:
Bruno Haible 1998-02-23 13:16:17 +00:00 committed by Robert Lipe
parent 5633bac1fd
commit 3e07bdbd6c
4 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
>
* config.sub (sco5): Fix typo.
1998-02-16 Dave Love <d.love@dl.ac.uk>
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with

2
config.sub vendored
View File

@ -112,7 +112,7 @@ case $os in
os=-hiuxwe2
;;
-sco5)
os=sco3.2v5
os=-sco3.2v5
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
-sco4)

View File

@ -1,3 +1,6 @@
Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
* config.sub (sco5): Fix typo.
Mon Feb 23 18:19:31 1998 Manfred Hollstein <manfred@s-direktnet.de>
* config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and

2
gcc/config.sub vendored
View File

@ -102,7 +102,7 @@ case $os in
os=-hiuxwe2
;;
-sco5)
os=sco3.2v5
os=-sco3.2v5
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
-sco4)