From: Geoffrey Noer Date: Thu, 23 Jan 1997 09:46:00 +0000 (+0000) Subject: Thu Jan 23 01:44:27 1997 Geoffrey Noer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=750fa6818efa4e393f19ea4474626a5ff43c1cae;p=binutils-gdb.git Thu Jan 23 01:44:27 1997 Geoffrey Noer * configure.in: build gdb for mn10200 --- diff --git a/ChangeLog b/ChangeLog index c08b45db346..be4744c36cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Thu Jan 23 01:44:27 1997 Geoffrey Noer + + * configure.in: build gdb for mn10200 + +Fri Jan 17 15:32:15 1997 Doug Evans + + * Makefile.in (all-target-winsup): Depend on all-target-libio. + +start-sanitize-tic80 +Mon Jan 13 22:46:54 1997 Michael Meissner + + * configure.in (tic80-*-*): Turn off most targets right now. + +end-sanitize-tic80 Fri Jan 3 16:04:03 1997 Ian Lance Taylor * Makefile.in (MAKEINFO): Check for the existence of the Makefile, @@ -15,7 +29,7 @@ Fri Dec 27 23:04:33 1996 Fred Fish * config.sub (case $basic_machine): Add tic80 entries. -start-sanitize-tic80 +end-sanitize-tic80 Fri Dec 27 12:07:59 1996 Ian Lance Taylor * config.sub, config.guess: Merge with latest FSF sources. diff --git a/configure.in b/configure.in index b3f4f6ebc05..3685a399c13 100644 --- a/configure.in +++ b/configure.in @@ -486,7 +486,7 @@ case "${target}" in noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss" ;; mn10200-*-*) - noconfigdirs="$noconfigdirs gdb target-libgloss" + noconfigdirs="$noconfigdirs target-libgloss" ;; mn10300-*-*) noconfigdirs="$noconfigdirs target-libgloss"