projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318e4b5
)
* config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
author
Jeffrey A Law
<law@cygnus.com>
Wed, 4 Aug 1999 08:07:57 +0000
(08:07 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 4 Aug 1999 08:07:57 +0000
(
02:07
-0600)
From-SVN: r28489
ChangeLog
patch
|
blob
|
history
config.sub
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 2576e9bd55549c31cfe4b4ff89b4852625cfcc35..cf6f92356f089623b2ec1ac9f44c8dfa27a0aa15 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.
diff --git
a/config.sub
b/config.sub
index 1f5eb5ef018e49e896d7730a59dd3e7f42857e40..6efbe7b463444dfecea36962d8e75bb9c9227c1d 100755
(executable)
--- a/
config.sub
+++ b/
config.sub
@@
-105,7
+105,7
@@
case $os in
-scout)
;;
-wrs)
- os=vxworks
+ os=
-
vxworks
basic_machine=$1
;;
-hiux*)