mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user