* configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
authorBrendan Kehoe <brendan@cygnus>
Thu, 19 Jun 1997 21:17:20 +0000 (21:17 +0000)
committerBrendan Kehoe <brendan@cygnus>
Thu, 19 Jun 1997 21:17:20 +0000 (21:17 +0000)
--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.

ChangeLog
configure.in

index aa5c436..e2e07f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
+       --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
+
 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
 
-       * configure.in (is_cross_compiler): If we're building
-       mips-sgi-irix6* native, turn on ENABLE_MULTILIB and set TARGET_SUBDIR.
+       * configure.in: If we're building mips-sgi-irix6* native, turn on
+       ENABLE_MULTILIB and set TARGET_SUBDIR.
 
 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
 
index fbab2d5..e0cca66 100644 (file)
@@ -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'