]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss.
authorWill Cohen <wcohen@redhat.com>
Thu, 27 Sep 2001 18:01:15 +0000 (18:01 +0000)
committerWilliam Cohen <wcohen@gcc.gnu.org>
Thu, 27 Sep 2001 18:01:15 +0000 (18:01 +0000)
2001-09-26  Will Cohen <wcohen@redhat.com>

* configure.in (*-*-linux*): Disable configuration of target-newlib
and target-libgloss.

From-SVN: r45842

ChangeLog
configure.in

index b6eb24f5614527cb80da3bb433835ef2a153a3d2..30902eb5645cfb9b40769c295d10dabf0981aa5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-26  Will Cohen <wcohen@redhat.com>
+
+       * configure.in (*-*-linux*): Disable configuration of target-newlib
+       and target-libgloss.
+       
 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
 
        * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
index 0ccd7ada594c451b869d12b24ef5dc175ef1d738..162d9b32e6aa7baac8a0ad14b5826c1810b17829 100644 (file)
@@ -771,6 +771,7 @@ case "${target}" in
     fi
     ;;
   *-*-linux*)
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     # linux has rx in libc
     skipdirs="$skipdirs target-librx"
     ;;