* 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 7150b8e..52f4a17 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 3ef4748..f4eec81 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,