aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Cohen <wcohen@redhat.com>2001-09-27 18:01:15 +0000
committerWilliam Cohen <wcohen@gcc.gnu.org>2001-09-27 18:01:15 +0000
commit387beb8240477b46821dc2782dc341f34ff5ca0c (patch)
treef7c7b5e9d6f705c139c197599c368629542f0eb3
parent0caade1b544071ecef4601f2dbe786496677ead8 (diff)
downloadgcc-387beb8240477b46821dc2782dc341f34ff5ca0c.zip
gcc-387beb8240477b46821dc2782dc341f34ff5ca0c.tar.gz
gcc-387beb8240477b46821dc2782dc341f34ff5ca0c.tar.bz2
configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss.
2001-09-26 Will Cohen <wcohen@redhat.com> * configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss. From-SVN: r45842
-rw-r--r--ChangeLog5
-rw-r--r--configure.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6eb24f..30902eb 100644
--- 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
diff --git a/configure.in b/configure.in
index 0ccd7ad..162d9b3 100644
--- a/configure.in
+++ b/configure.in
@@ -771,6 +771,7 @@ case "${target}" in
fi
;;
*-*-linux*)
+ noconfigdirs="$noconfigdirs target-newlib target-libgloss"
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;;