Re: Darwin: Replace environment runpath with embedded [PR88590]

2023-10-08 Thread Nathanael Nerode
I hope a global maintainer can step up. I've been on hiatus from GCC work for some years, and this was never my part of the build system anyway -- and I don't use Darwin -- so I'm not qualified to review it. It looks fine but it should be reviewed by someone who knows what they're doing. On W

Re: lto-plugin: mismatch between ld's architecture and GCC's configure --host

2014-05-26 Thread Nathanael Nerode
On 05/22/2014 06:56 AM, Thomas Schwinge wrote: Hi! Now that GCC again is in development stage, and with fresh hope to have someone review this patch submission, after having let the issue rest for several months: I just re-tested the current versions. Still there are no changes for a "regular"

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/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: 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: 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: 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: Prune empty cases from toplevel configure.ac

2011-03-29 Thread Nathanael Nerode (GCC)
e now, as I guess it's clear now that the top level is only being used by a short, known list of projects. Nathanael Nerode

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: [PATCH RESEND] libatomic: drop redundant all-multi command

2023-08-01 Thread Nathanael Nerode via Gcc-patches
I'm afraid I don't understand this part of the code well, and I've really been away from GCC work for years, and I'm not sure what tests should be run to verify that this is working, so I don't feel comfortable approving it by myself. It looks right though. On Tue, Aug 1, 2023, at 1:55 AM, Jan