OSDN Git Service

* config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 1999 08:07:57 +0000 (08:07 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 1999 08:07:57 +0000 (08:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28489 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config.sub

index 2576e9b..cf6f923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
+
 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
 
        * configure.in (target_libs): Added target-zlib.
index 1f5eb5e..6efbe7b 100755 (executable)
@@ -105,7 +105,7 @@ case $os in
        -scout)
                ;;
        -wrs)
-               os=vxworks
+               os=-vxworks
                basic_machine=$1
                ;;
        -hiux*)