aboutsummaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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"
;;