mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 06:49:35 +08:00
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
This commit is contained in:
parent
70301b45ac
commit
1f1d584b73
@ -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>
|
||||
|
||||
|
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user