Commit 1f1d584b by Rainer Orth Committed by DJ Delorie

backport: configure.in (mips*-*-irix5*): Enable ld.

Merge from src:
	2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
	* configure.in (mips*-*-irix5*): Enable ld.
	* configure: Regenerate.

From-SVN: r81225
parent 70301b45
...@@ -50,6 +50,11 @@ ...@@ -50,6 +50,11 @@
2004-04-23 Laurent GUERBY <laurent@guerby.net> 2004-04-23 Laurent GUERBY <laurent@guerby.net>
* MAINTAINERS: Update my email address. * 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> 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
......
...@@ -1422,8 +1422,7 @@ case "${target}" in ...@@ -1422,8 +1422,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
;; ;;
mips*-*-irix5*) mips*-*-irix5*)
# The GNU linker does not support shared libraries. noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
noconfigdirs="$noconfigdirs ld gprof target-libgloss ${libgcj}"
;; ;;
mips*-*-irix6*) mips*-*-irix6*)
# Linking libjava exceeds command-line length limits on at least # Linking libjava exceeds command-line length limits on at least
......
...@@ -643,8 +643,7 @@ case "${target}" in ...@@ -643,8 +643,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
;; ;;
mips*-*-irix5*) mips*-*-irix5*)
# The GNU linker does not support shared libraries. noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
noconfigdirs="$noconfigdirs ld gprof target-libgloss ${libgcj}"
;; ;;
mips*-*-irix6*) mips*-*-irix6*)
# Linking libjava exceeds command-line length limits on at least # Linking libjava exceeds command-line length limits on at least
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment