Re: Ping*4: [RFA:] fix bug in configure header-probing for stack protector support in target C library

2012-07-05 Thread Nathanael Nerode (GCC)
On 06/29/2012 09:15 AM, Hans-Peter Nilsson wrote: >> From: "Joseph S. Myers" >> Date: Fri, 22 Jun 2012 13:09:42 +0200 > >> On Fri, 22 Jun 2012, Hans-Peter Nilsson wrote: >> >> Fix configure test for "stack protector support in target C library". >> * configure.ac (test_prefix, test_exec

Re: PING: PATCH: Backport x32 support to libtool

2012-05-15 Thread Nathanael Nerode (GCC)
On 05/15/2012 11:32 AM, H.J. Lu wrote: > On Tue, May 15, 2012 at 8:06 AM, Nathanael Nerode (GCC) > wrote: >> On 05/11/2012 12:50 PM, H.J. Lu wrote: >>> On Mon, Apr 16, 2012 at 10:47 AM, H.J. Lu wrote: >>>> On Tue, Apr 3, 2012 at 7:49 AM, H.J. Lu wrote: >>&

Re: PING: PATCH: Backport x32 support to libtool

2012-05-15 Thread Nathanael Nerode (GCC)
On 05/11/2012 12:50 PM, H.J. Lu wrote: > On Mon, Apr 16, 2012 at 10:47 AM, H.J. Lu wrote: >> On Tue, Apr 3, 2012 at 7:49 AM, H.J. Lu wrote: >>> On Thu, Mar 29, 2012 at 7:34 AM, H.J. Lu wrote: On Sat, Mar 3, 2012 at 9:54 AM, H.J. Lu wrote: > Hi, > > This patch backports x32 supp

Re: PATCH: Add --with-abi= support to x86_64-*-*

2012-04-02 Thread Nathanael Nerode (GCC)
On 03/28/2012 09:06 PM, H.J. Lu wrote: > On Sun, Mar 25, 2012 at 2:27 PM, Nathanael Nerode (GCC) > wrote: >> >>> Hi, >>> >>> Can any build maintainers review this patch? >> >> I don't feel comfortable reviewing this, because I don't

Re: PATCH: Add --with-abi= support to x86_64-*-*

2012-03-25 Thread Nathanael Nerode (GCC)
On 03/14/2012 12:22 PM, H.J. Lu wrote: > On Fri, Mar 2, 2012 at 10:00 AM, H.J. Lu wrote: >> Hi, >> >> This patch adds --with-abi= support to x86_64-*-* to configure GCC with >> >> --with-abi=x32 >> --with-abi=mx32 >> --with-multilib-list=mx32 >> >> to set the default ABI to x32. In i386 backend,

Re: More toplevel configure.ac pruning

2011-03-29 Thread Nathanael Nerode (GCC)
On 03/25/2011 07:33 AM, Joseph S. Myers wrote: > -# Some tools are only suitable for building in a "native" situation. > -# Remove these if host!=target. > -native_only="autoconf automake libtool fileutils find gawk gettext gzip > hello indent m4 rcs recode sed shellutils tar textutils uudecode

Re: Prune empty cases from toplevel configure.ac

2011-03-29 Thread Nathanael Nerode (GCC)
On 03/21/2011 06:41 AM, Joseph S. Myers wrote: > This patch, relative to a tree with my deprecated targets removal patch > applied, further > cleans up the toplevel configure.ac by removing empty cases from a case > statement. The origin