diff options
author | Will Cohen <wcohen@redhat.com> | 2001-09-27 18:01:15 +0000 |
---|---|---|
committer | William Cohen <wcohen@gcc.gnu.org> | 2001-09-27 18:01:15 +0000 |
commit | 387beb8240477b46821dc2782dc341f34ff5ca0c (patch) | |
tree | f7c7b5e9d6f705c139c197599c368629542f0eb3 /configure.in | |
parent | 0caade1b544071ecef4601f2dbe786496677ead8 (diff) | |
download | gcc-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.in | 1 |
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" ;; |