diff options
author | Brendan Kehoe <brendan@cygnus> | 1995-07-27 18:22:20 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1995-07-27 18:22:20 +0000 |
commit | 849367a2cc2da65eb31218941f6a72298ad9bd06 (patch) | |
tree | 7e7d129aa4c2d2204ea00a18247231a0d8b9b959 | |
parent | 4b4c6c9616d73d860a76cd4ff176672e7273a498 (diff) | |
download | gdb-849367a2cc2da65eb31218941f6a72298ad9bd06.zip gdb-849367a2cc2da65eb31218941f6a72298ad9bd06.tar.gz gdb-849367a2cc2da65eb31218941f6a72298ad9bd06.tar.bz2 |
* configure.in: Don't build newlib for a29k-*-vxworks5.1.
* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 14 insertions, 2 deletions
@@ -1,7 +1,16 @@ +Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com> + + * configure.in: Don't build newlib for a29k-*-vxworks5.1. + * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1. + +Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com> + + * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.". + Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com> - * config-com.multi: New file. - * config-pos.multi: New file. + * cfg-ml-com.in: New file. + * cfg-ml-pos.in: New file. Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com> diff --git a/configure.in b/configure.in index 3ef4748..f4eec81 100644 --- a/configure.in +++ b/configure.in @@ -343,6 +343,9 @@ case "${target}" in *-*-netware) noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib xiberty" ;; + a29k-*-vxworks5.1) + noconfigdirs="$noconfigdirs newlib" + ;; alpha-dec-osf*) # ld works, but does not support shared libraries. emacs doesn't # work. newlib is not 64 bit ready. I'm not sure about emacs19, |