* config.sub (sco5): Fix typo.
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Feb 1998 13:16:17 +0000 (13:16 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Feb 1998 13:16:17 +0000 (13:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18209 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config.sub
gcc/ChangeLog
gcc/config.sub

index d83722d..ddfffa0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 1850de8..5338e2a 100755 (executable)
@@ -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)
index 6083dc3..a3e6b15 100644 (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
index afae515..446235b 100755 (executable)
@@ -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)