From 875c8d5cc836c32620229f32efcb7a02318e6585 Mon Sep 17 00:00:00 2001 From: Jackie Smith Cashion Date: Tue, 1 Oct 1996 00:33:00 +0000 Subject: [PATCH] Tue Oct 1 01:28:41 1996 James G. Smith * configure.in (noconfigdirs): Don't build libgloss for arm-coff targets. --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ configure.in | 3 +++ 2 files changed, 35 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5b656a3c85d..86f93d0155b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +Tue Oct 1 01:28:41 1996 James G. Smith + + * configure.in (noconfigdirs): Don't build libgloss for arm-coff + targets. + +Mon Sep 30 14:24:01 1996 Stan Shebs + + * mpw-README: Add much more detail for native PowerMac. + * mpw-install: New file. + * mpw-configure: Add --norecursion and --help options. + * mpw-config.in: Translate readme and install files when + copying to objdir. + * mpw-build.in: Don't always depend on byacc and flex. + (install-only-top): New action. + +start-sanitize-v850 +Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com) + + * configure.in: You can now configure GDB for the v850. + +end-sanitize-v850 +start-sanitize-d10v +Tue Sep 24 19:05:12 1996 Stan Shebs + + * configure.in (noconfigdirs): Don't configure any C++ dirs + if targeting D10V. + +end-sanitize-d10v +Tue Sep 17 12:15:31 1996 Ian Lance Taylor + + * config.sub: Recognize mips64vr5000. + Mon Sep 16 17:00:52 1996 Ian Lance Taylor * configure.in: Use a single line for host_tools and native_only. diff --git a/configure.in b/configure.in index d8e5d70c53e..d520557b3d7 100644 --- a/configure.in +++ b/configure.in @@ -414,6 +414,9 @@ case "${target}" in arm-*-pe*) noconfigdirs="$noconfigdirs target-libgloss" ;; + arm-*-coff*) + noconfigdirs="$noconfigdirs target-libgloss" + ;; arm-*-riscix*) noconfigdirs="$noconfigdirs ld target-libgloss" ;; -- 2.30.2