From: Stan Shebs Date: Mon, 27 Oct 1997 21:20:35 +0000 (+0000) Subject: * configure.in: Remove a "second pass" of tweaking noconfigdirs, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f9cfe69b4636abc5ec8d345d142522f4d246723;p=binutils-gdb.git * configure.in: Remove a "second pass" of tweaking noconfigdirs, is no longer needed. Getting the General Magic roaches hiding in the corners... --- diff --git a/ChangeLog b/ChangeLog index 631955b1902..dd62b1d53c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 27 13:17:24 1997 Stan Shebs + + * configure.in: Remove a "second pass" of tweaking noconfigdirs, + is no longer needed. + Mon Oct 27 12:03:53 1997 Jason Merrill * Makefile.in: check-target-libio depends on all-target-libstdc++. diff --git a/configure.in b/configure.in index 953047e5446..129efee437a 100644 --- a/configure.in +++ b/configure.in @@ -640,13 +640,6 @@ case "${target}" in ;; esac -# targets that need a second pass -case "${target}" in - *-gm-magic*) - noconfigdirs="$noconfigdirs target-libgloss" - ;; -esac - # If we aren't building newlib, then don't build libgloss, since libgloss # depends upon some newlib header files. case "${noconfigdirs}" in