* config.sub (sco5): Fix typo.
From-SVN: r18209
This commit is contained in:
parent
5633bac1fd
commit
3e07bdbd6c
@ -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>
|
1998-02-16 Dave Love <d.love@dl.ac.uk>
|
||||||
|
|
||||||
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
|
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
|
||||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -112,7 +112,7 @@ case $os in
|
|||||||
os=-hiuxwe2
|
os=-hiuxwe2
|
||||||
;;
|
;;
|
||||||
-sco5)
|
-sco5)
|
||||||
os=sco3.2v5
|
os=-sco3.2v5
|
||||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||||
;;
|
;;
|
||||||
-sco4)
|
-sco4)
|
||||||
|
@ -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>
|
Mon Feb 23 18:19:31 1998 Manfred Hollstein <manfred@s-direktnet.de>
|
||||||
|
|
||||||
* config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
|
* config/t-linux (LIBGCC1, CROSS_LIBGCC1, LIBGCC1_TEST): Add macros and
|
||||||
|
2
gcc/config.sub
vendored
2
gcc/config.sub
vendored
@ -102,7 +102,7 @@ case $os in
|
|||||||
os=-hiuxwe2
|
os=-hiuxwe2
|
||||||
;;
|
;;
|
||||||
-sco5)
|
-sco5)
|
||||||
os=sco3.2v5
|
os=-sco3.2v5
|
||||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||||
;;
|
;;
|
||||||
-sco4)
|
-sco4)
|
||||||
|
Loading…
Reference in New Issue
Block a user