From 0672310078dd0890097fd172eb6aed04fa54d35e Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 25 Apr 1995 18:10:53 +0000 Subject: [PATCH] Don't build newlib for m68k-vxworks5.1. --- ChangeLog | 5 ++--- configure.in | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index aba0a9626d1..6f4004bcf01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,6 @@ -Mon Apr 24 16:23:41 1995 Michael Meissner +Tue Apr 25 11:08:11 1995 Rob Savoye - * 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 diff --git a/configure.in b/configure.in index e54a9282477..5b8cbe2c102 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) -- 2.30.2