Re: [PATCH v4] Move NO_PIE_CFLAGS logic from gcc to libgcc

2025-08-21 Thread John Ericson
On Thu, Jul 31, 2025, at 6:03 PM, Joseph Myers wrote: > OK in the absence of libgcc or build machinery maintainer objections > within the next week. Checking in on a few of these (this will be one of a few emails). I believe it is has been a few weeks of no objections now? John

Re: [PATCH v4] Move NO_PIE_CFLAGS logic from gcc to libgcc

2025-07-31 Thread Joseph Myers
On Wed, 30 Jul 2025, John Ericson wrote: > My goal is to be able to build libgcc cleanly in isolation --- today one > needs to figure `make ...` misc things in the gcc subdir. > > Following Andrew Pinski's suggestions in > https://gcc.gnu.org/pipermail/gcc-patches/2025-July/689683.html, this > co

[PATCH v4] Move NO_PIE_CFLAGS logic from gcc to libgcc

2025-07-30 Thread John Ericson
My goal is to be able to build libgcc cleanly in isolation --- today one needs to figure `make ...` misc things in the gcc subdir. Following Andrew Pinski's suggestions in https://gcc.gnu.org/pipermail/gcc-patches/2025-July/689683.html, this commit moves the NO_PIE_CFLAGS logic. gcc/ChangeLog: