diff options
author | Brendan Kehoe <brendan@cygnus> | 1997-06-19 21:17:20 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1997-06-19 21:17:20 +0000 |
commit | c80c4a58dfe602a5f96bcdf1d74955be3a6d117a (patch) | |
tree | e32199bbf774f05b0de94bc450220793e3e128ea /configure.in | |
parent | 9b91bc2295fa16b69418801d2fa0d505036bfac5 (diff) | |
download | gdb-c80c4a58dfe602a5f96bcdf1d74955be3a6d117a.zip gdb-c80c4a58dfe602a5f96bcdf1d74955be3a6d117a.tar.gz gdb-c80c4a58dfe602a5f96bcdf1d74955be3a6d117a.tar.bz2 |
* configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fbab2d5..e0cca66 100644 --- a/configure.in +++ b/configure.in @@ -259,7 +259,7 @@ if [ x"${host}" = x"${target}" ] ; then case "${host}" in # We need multilib support for irix6, to get libiberty built # properly for o32 and n32. - mips-sgi-irix6*) enable_multilib=yes ; target_subdir=${host} ;; + mips-sgi-irix6*) target_subdir=${host} ;; esac else # similarly, don't build the targets in the 'native only' |