* configure.in: Remove a "second pass" of tweaking noconfigdirs,
authorStan Shebs <shebs@codesourcery.com>
Mon, 27 Oct 1997 21:20:35 +0000 (21:20 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 27 Oct 1997 21:20:35 +0000 (21:20 +0000)
is no longer needed.
Getting the General Magic roaches hiding in the corners...

ChangeLog
configure.in

index 631955b1902e6d573c10614961645dbe09552fb2..dd62b1d53c2bfdd77ea73703a1514cca4b9f69bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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++.
index 953047e54464a27081e49667314f2c143508a3a8..129efee437a27d2fd9962c6443d2b6d3afa54a26 100644 (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