* 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:
parent
084219a513
commit
4f9cfe69b4
2 changed files with 5 additions and 7 deletions
|
@ -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++.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue