Re: [PATCH 1/2] Move NO_PIE_CFLAGS logic from gcc to libgcc

2025-07-16 Thread Andrew Pinski
On Wed, Jul 16, 2025 at 3:48 PM John Ericson wrote: > > From: 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-patc

[PATCH 1/2] Move NO_PIE_CFLAGS logic from gcc to libgcc

2025-07-16 Thread John Ericson
From: 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 logi