aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index aba0a96..6f4004b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,6 @@
-Mon Apr 24 16:23:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
+Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
- * config.guess (*:Linux:*:*): Determine whether the default
- compiler is ELF or a.out.
+ * configure.in: Don't build newlib for m68k-vxworks5.1.
Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
diff --git a/configure.in b/configure.in
index e54a928..5b8cbe2 100644
--- a/configure.in
+++ b/configure.in
@@ -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)