From: Jeff Law Date: Wed, 18 Dec 1996 17:33:50 +0000 (+0000) Subject: * configure.in: Do build gcc and the target libraries for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f42e0aab561c351f8b974e7a70dc667384dd63f3;p=binutils-gdb.git * configure.in: Do build gcc and the target libraries for the mn10200. --- diff --git a/ChangeLog b/ChangeLog index 84e16e6da35..33830992f5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com) + + * configure.in: Do build gcc and the target libraries for + the mn10200. + +Wed Dec 4 16:53:05 1996 Geoffrey Noer + + * configure.in: don't avoid building gdb for mn10300 any more + * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS + instead of single-quoting it. + +Tue Dec 3 23:26:50 1996 Jason Merrill + + * configure.in: Don't use --with-stabs on IRIX 6. + +start-sanitize-m32r +Tue Dec 3 09:05:25 1996 Doug Evans + + * configure.in (m32r): Build gdb, libg++ now. + +end-sanitize-m32r Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * configure.in (mips*-sgi-irix6*): Remove gdb and related diff --git a/configure.in b/configure.in index d1c8a9dd2bb..de5dc435789 100644 --- a/configure.in +++ b/configure.in @@ -488,7 +488,7 @@ case "${target}" in noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss" ;; mn10200-*-*) - noconfigdirs="$noconfigdirs ld gcc gdb target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++" + noconfigdirs="$noconfigdirs gdb target-libgloss" ;; mn10300-*-*) noconfigdirs="$noconfigdirs target-libgloss"