diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-12-09 22:59:09 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-12-09 22:59:09 +0000 |
commit | 406477a6961ef023cb8414059fbd8979c9d879f6 (patch) | |
tree | 6304054f4117dfb48ed0e29a91e9230e6ebcf7e7 | |
parent | f309ad9590ff65049729c884bd04aa6521df83fb (diff) | |
download | gdb-406477a6961ef023cb8414059fbd8979c9d879f6.zip gdb-406477a6961ef023cb8414059fbd8979c9d879f6.tar.gz gdb-406477a6961ef023cb8414059fbd8979c9d879f6.tar.bz2 |
Disable newlib for all vxworks targets.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 59428fb..888c3de 100644 --- 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" ;; - *-*-vxworks5.1) + *-*-vxworks*) noconfigdirs="$noconfigdirs target-newlib" ;; alpha-dec-osf*) |