diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-02 07:05:24 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-02 07:05:24 +0000 |
commit | ee0c04f56b063c615ac40b3a6a8c60ba0031f85a (patch) | |
tree | c37f605741f9d9745551cd8dc74262ec9c7bab63 /libiberty | |
parent | d41c2c383b3038a191a247132448797f5abee878 (diff) | |
download | gcc-ee0c04f56b063c615ac40b3a6a8c60ba0031f85a.tar.gz |
2004-09-02 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Do not enable multilibs for build-side libiberty.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/configure.ac | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f8e1c9c5bff..53c8eecdecb 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2004-09-02 Paolo Bonzini <bonzini@gnu.org> + + * configure.ac: Do not enable multilibs for build-side libiberty. + 2004-06-29 Danny Smith <dannysmith@users.sourceforge.net> * lrealpath.c (lrealpath): Add _WIN32 support. 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} |