diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-09-02 07:04:53 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-09-02 07:04:53 +0000 |
commit | d11e604223ffbb48e542f260f8b017668f762889 (patch) | |
tree | 4f0e4554047d9d60de16678244ed9693029dd848 /libiberty/configure.ac | |
parent | 3f5d2a11a3eaf49a6d822237c802fed4fb5277c6 (diff) | |
download | gdb-d11e604223ffbb48e542f260f8b017668f762889.tar.gz |
2004-09-02 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Do not enable multilibs for build-side libiberty.
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 42fe85d2e6f..d6eb26fa284 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -546,7 +546,7 @@ AC_CONFIG_FILES([Makefile testsuite/Makefile]) AC_CONFIG_COMMANDS([default], [[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h if test -n "$CONFIG_FILES"; then - if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then + if test -n "${with_target_subdir}"; then # FIXME: We shouldn't need to set ac_file ac_file=Makefile LD="${ORIGINAL_LD_FOR_MULTILIBS}" @@ -557,7 +557,6 @@ fi]], host=${host} target=${target} with_target_subdir=${with_target_subdir} -with_build_subdir=${with_build_subdir} with_multisubdir=${with_multisubdir} ac_configure_args="--enable-multilib ${ac_configure_args}" CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} |