* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to

config.status.
* configure: Rebuilt.
This commit is contained in:
Alexandre Oliva 2003-02-20 09:08:42 +00:00
parent 0e11a9e98d
commit 8b90eef446
3 changed files with 8 additions and 0 deletions

View File

@ -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.

1
libiberty/configure vendored
View File

@ -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

View File

@ -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}
)