configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and set LD to it when configuring multilibs.

* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
script entry, and set LD to it when configuring multilibs.
* configure: Rebuilt.

From-SVN: r53278
This commit is contained in:
Alexandre Oliva
2002-05-08 04:38:00 +00:00
committed by Alexandre Oliva
parent 9cabb1d829
commit 6706f1167e
24 changed files with 2333 additions and 2133 deletions
+6
View File
@@ -1,3 +1,9 @@
2002-05-08 Alexandre Oliva <aoliva@redhat.com>
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
script entry, and set LD to it when configuring multilibs.
* configure: Rebuilt.
2002-05-07 Tom Tromey <tromey@redhat.com>
* java/lang/natString.cc (unintern): Fixed typo.
+318 -311
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -1,6 +1,12 @@
dnl Process this with autoconf to create configure
AC_INIT(java/lang/System.java)
# This works around the fact that libtool configuration may change LD
# for this particular configuration, but some shells, instead of
# keeping the changes in LD private, export them just because LD is
# exported.
ORIGINAL_LD_FOR_MULTILIBS=$LD
AC_PROG_LN_S
dnl We use these options to decide which functions to include.
@@ -964,6 +970,7 @@ AC_OUTPUT(Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java
[# Only add multilib support code if we just rebuilt top-level Makefile.
case " $CONFIG_FILES " in
*" Makefile "*)
LD="${ORIGINAL_LD_FOR_MULTILIBS}"
ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
;;
esac