projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f309ad9
)
Disable newlib for all vxworks targets.
author
Jim Wilson
<wilson@tuliptree.org>
Sat, 9 Dec 1995 22:59:09 +0000
(22:59 +0000)
committer
Jim Wilson
<wilson@tuliptree.org>
Sat, 9 Dec 1995 22:59:09 +0000
(22:59 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 9669d13fb7ddabfecebbd7a539ed53b8657c36ea..8583bfdf2a05a76339fe1e7c54d6072d9ea9c2ed 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
+
+ * configure.in (noconfigdirs): Exclude target-newlib for all versions
+ of vxworks, not just vxworks5.1.
+
Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
* mpw-configure: Add support for exec-prefix.
diff --git
a/configure.in
b/configure.in
index 59428fbf6162492d201fc6bede16107e61459c8e..888c3de0e912b92ce4bc29e6a9d55a91cdd362d8 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-368,7
+368,7
@@
case "${target}" in
*-*-netware)
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-librx target-newlib target-libiberty"
;;
- *-*-vxworks
5.1
)
+ *-*-vxworks
*
)
noconfigdirs="$noconfigdirs target-newlib"
;;
alpha-dec-osf*)