]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.sub (sco5): Fix typo.
authorBruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
Mon, 23 Feb 1998 13:16:17 +0000 (13:16 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Mon, 23 Feb 1998 13:16:17 +0000 (13:16 +0000)
From-SVN: r18209

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

index d83722d38bcbe050210881ada0669ef8795aa420..ddfffa0c48923cdef9b2a637a73e50f2beacf0dd 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 1850de84a3b4e9bf8fd8b5a323881ec03965ddb6..5338e2a15c895d4786c27e456e834f870e07e543 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 6083dc3067ac185c2b922950f7774a0e56f9d4be..a3e6b15e808a53a9c2fca25de929901ee2c6ff24 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 afae515f4e8f615de69a0a69ae1e7168511644f0..446235b077ec4bec78602c5bc2acca8d5288688f 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)