diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-27 18:20:35 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-27 18:20:35 +0000 |
commit | de88352ae4470425283a950d13fe7a9d9fd296e8 (patch) | |
tree | b22f16ce359a3326735925d8574a76d2c49499af /configure.in | |
parent | 72f1246cd8fc451bed8e28aaf92fb0c643d39453 (diff) | |
download | gcc-de88352ae4470425283a950d13fe7a9d9fd296e8.tar.gz |
Merge from src:
2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in (mips*-*-irix5*): Enable ld.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81225 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1657c8c4e17..86bc1278460 100644 --- a/configure.in +++ b/configure.in @@ -643,8 +643,7 @@ case "${target}" in noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}" ;; mips*-*-irix5*) - # The GNU linker does not support shared libraries. - noconfigdirs="$noconfigdirs ld gprof target-libgloss ${libgcj}" + noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" ;; mips*-*-irix6*) # Linking libjava exceeds command-line length limits on at least |