aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-02-20 09:08:42 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-02-20 09:08:42 +0000
commit8b90eef446f7df898dbe2bf60f376c32394f8088 (patch)
treed847f512373f0012034621e576e1cf2a24f7502d /libiberty
parent0e11a9e98de0683f7f75f668cbf63f4300980901 (diff)
downloadgdb-8b90eef446f7df898dbe2bf60f376c32394f8088.zip
gdb-8b90eef446f7df898dbe2bf60f376c32394f8088.tar.gz
gdb-8b90eef446f7df898dbe2bf60f376c32394f8088.tar.bz2
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
config.status. * configure: Rebuilt.
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog6
-rwxr-xr-xlibiberty/configure1
-rw-r--r--libiberty/configure.in1
3 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 29ecf9f..dbf7719 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-20 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
+ config.status.
+ * configure: Rebuilt.
+
2003-02-13 Daniel Jacobowitz <drow@mvista.com>
Fix PR c++/7612.
diff --git a/libiberty/configure b/libiberty/configure
index 86037ae..6e754dd 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -3772,6 +3772,7 @@ with_build_subdir=${with_build_subdir}
with_multisubdir=${with_multisubdir}
ac_configure_args="--enable-multilib ${ac_configure_args}"
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
libiberty_topdir=${libiberty_topdir}
EOF
diff --git a/libiberty/configure.in b/libiberty/configure.in
index 1329f13..3d8dbf2 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -466,5 +466,6 @@ with_build_subdir=${with_build_subdir}
with_multisubdir=${with_multisubdir}
ac_configure_args="--enable-multilib ${ac_configure_args}"
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
libiberty_topdir=${libiberty_topdir}
)