Don't build newlib for m68k-vxworks5.1.
[deliverable/binutils-gdb.git] / configure.in
index e54a92824774fbdf0a2c5532d8aef45e27e7b121..5b8cbe2c102acc48fb630620b73f5edcc9bb2e51 100644 (file)
@@ -425,6 +425,9 @@ 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.024749 seconds and 4 git commands to generate.