* configure.in: Remove a "second pass" of tweaking noconfigdirs,

is no longer needed.
Getting the General Magic roaches hiding in the corners...
This commit is contained in:
Stan Shebs 1997-10-27 21:20:35 +00:00
parent 084219a513
commit 4f9cfe69b4
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
* configure.in: Remove a "second pass" of tweaking noconfigdirs,
is no longer needed.
Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in: check-target-libio depends on all-target-libstdc++.

View File

@ -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