* configure.in: Don't build newlib for a29k-*-vxworks5.1.
authorBrendan Kehoe <brendan@cygnus>
Thu, 27 Jul 1995 18:22:20 +0000 (18:22 +0000)
committerBrendan Kehoe <brendan@cygnus>
Thu, 27 Jul 1995 18:22:20 +0000 (18:22 +0000)
        * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.

ChangeLog
configure.in

index 7150b8e1fe9a9d2a54ef7709f83d53aa6f769110..52f4a17d90f42047b94729616a0f52f75633147c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 3ef4748c7690f6e566e6ca6d6dd34b852664460f..f4eec81394053fc0e80d1836a2ce776b9fe92a02 100644 (file)
@@ -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,
This page took 0.028279 seconds and 4 git commands to generate.