* configure.in: Don't build newlib for *-*-vxworks5.1.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 27 Jul 1995 18:31:12 +0000 (18:31 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 27 Jul 1995 18:31:12 +0000 (18:31 +0000)
ChangeLog
configure.in

index 52f4a17d90f42047b94729616a0f52f75633147c..20d103053c357d7ff9c411026ff11b0017f7ccc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in: Don't build newlib for *-*-vxworks5.1.
+
 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
 
        * configure.in: Don't build newlib for a29k-*-vxworks5.1.
index f4eec81394053fc0e80d1836a2ce776b9fe92a02..7ccf8b8668d6031900cae6d1a3e5b9c7f2b66d73 100644 (file)
@@ -343,7 +343,7 @@ case "${target}" in
   *-*-netware)
     noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib xiberty"
     ;;
-  a29k-*-vxworks5.1)
+  *-*-vxworks5.1)
     noconfigdirs="$noconfigdirs newlib"
     ;;
   alpha-dec-osf*)
@@ -440,9 +440,6 @@ case "${target}" in
   m68k-apollo-*)
     noconfigdirs="$noconfigdirs ld binutils gprof"
     ;;
-  m68k-*-vxworks5.1)
-    noconfigdirs="$noconfigdirs newlib"
-    ;;
   mips*-*-irix5*)
     # The GNU linker does not support shared libraries.
     # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
This page took 0.030187 seconds and 4 git commands to generate.