public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH] Fix toplevel configure --enable-multilib handling (PR  bootstrap/43328)
       [not found]   ` <201003301930.o2UJU93c016403@greed.delorie.com>
@ 2010-03-31  6:08     ` Ralf Wildenhues
       [not found]     ` <k2i84fc9c001004010619j6b37c9fer6a3ace667cdc7b7c@mail.gmail.com>
  1 sibling, 0 replies; 2+ messages in thread
From: Ralf Wildenhues @ 2010-03-31  6:08 UTC (permalink / raw)
  To: DJ Delorie; +Cc: binutils, gdb-patches

* DJ Delorie wrote on Tue, Mar 30, 2010 at 09:30:09PM CEST:
> 
> > Ping <http://gcc.gnu.org/ml/gcc-patches/2010-03/msg00509.html>
> 
> Ok.

Thanks for your review.

FYI binutils and gdb-patches, I'm syncing this from GCC.

Cheers,
Ralf

2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	PR bootstrap/43328
	* configure.ac: Do not pass --enable-multilib nor
	--disable-multilib in baseargs.  Accept explicitly passed
	--enable_multilib.
	* configure: Regenerate.

Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.98
diff -u -r1.98 configure.ac
--- configure.ac	23 Mar 2010 16:05:34 -0000	1.98
+++ configure.ac	31 Mar 2010 05:42:40 -0000
@@ -2882,6 +2882,9 @@
       skip_next=$separate_arg
       continue
       ;;
+    --enable-multilib | --disable-multilib)
+      continue
+      ;;
     -*)
       # An option.  Add it.
       case $ac_arg in
@@ -2950,10 +2953,12 @@
   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
 fi
 
-# Default to --enable-multilib.
-if test x${enable_multilib} = x ; then
+# Pass --enable-multilib to target dirs; default to --enable-multilib.
+case $enable_multilib in
+'' | yes)
   target_configargs="--enable-multilib ${target_configargs}"
-fi
+  ;;
+esac
 
 # Pass --with-newlib if appropriate.  Note that target_configdirs has
 # changed from the earlier setting of with_newlib.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix toplevel configure --enable-multilib handling (PR  bootstrap/43328)
       [not found]       ` <20100401163649.GA20241@gmx.de>
@ 2010-04-08 19:44         ` Ralf Wildenhues
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Wildenhues @ 2010-04-08 19:44 UTC (permalink / raw)
  To: binutils, gdb-patches; +Cc: DJ Delorie

FYI, I'm syncing this patch from GCC to src.

Thanks,
Ralf

2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	Merge from gcc:
	PR bootstrap/43615
	PR bootstrap/43328
	Revert:
	2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
	* configure.ac: Do not pass --enable-multilib nor
	--disable-multilib in baseargs.  Accept explicitly passed
	--enable_multilib.
	* configure: Regenerate.

Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.99
diff -u -r1.99 configure.ac
--- configure.ac	31 Mar 2010 05:44:01 -0000	1.99
+++ configure.ac	8 Apr 2010 19:42:18 -0000
@@ -2882,9 +2882,6 @@
       skip_next=$separate_arg
       continue
       ;;
-    --enable-multilib | --disable-multilib)
-      continue
-      ;;
     -*)
       # An option.  Add it.
       case $ac_arg in
@@ -2953,12 +2950,10 @@
   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
 fi
 
-# Pass --enable-multilib to target dirs; default to --enable-multilib.
-case $enable_multilib in
-'' | yes)
+# Default to --enable-multilib.
+if test x${enable_multilib} = x ; then
   target_configargs="--enable-multilib ${target_configargs}"
-  ;;
-esac
+fi
 
 # Pass --with-newlib if appropriate.  Note that target_configdirs has
 # changed from the earlier setting of with_newlib.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-08 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20100313093157.GA11397@gmx.de>
     [not found] ` <20100330184945.GC32187@gmx.de>
     [not found]   ` <201003301930.o2UJU93c016403@greed.delorie.com>
2010-03-31  6:08     ` [PATCH] Fix toplevel configure --enable-multilib handling (PR bootstrap/43328) Ralf Wildenhues
     [not found]     ` <k2i84fc9c001004010619j6b37c9fer6a3ace667cdc7b7c@mail.gmail.com>
     [not found]       ` <20100401163649.GA20241@gmx.de>
2010-04-08 19:44         ` Ralf Wildenhues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).