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:
committed by
Alexandre Oliva
parent
9cabb1d829
commit
6706f1167e
@@ -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.
|
||||
|
||||
Vendored
+318
-311
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user