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 | |
| parent | 72f1246cd8fc451bed8e28aaf92fb0c643d39453 (diff) | |
| download | ppe42-gcc-de88352ae4470425283a950d13fe7a9d9fd296e8.tar.gz ppe42-gcc-de88352ae4470425283a950d13fe7a9d9fd296e8.zip | |
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
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | configure.in | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 6bf744f6a9d..116abfe41ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,6 +50,11 @@ 2004-04-23 Laurent GUERBY <laurent@guerby.net> * MAINTAINERS: Update my email address. + +2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * configure.in (mips*-*-irix5*): Enable ld. + * configure: Regenerate. 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> diff --git a/configure b/configure index c0f7d250505..cda8359460a 100755 --- a/configure +++ b/configure @@ -1422,8 +1422,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 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 |

