diff options
| author | John Ericson <git@JohnEricson.me> | 2025-12-09 22:06:51 +0000 |
|---|---|---|
| committer | Joseph Myers <josmyers@redhat.com> | 2025-12-09 22:06:51 +0000 |
| commit | 77144dd3b6736e0166156bb509590d924375a4f1 (patch) | |
| tree | 4820db33fce8ebf34aaf45ca53113129ecdd5992 /libjava/java/text/Collator.java | |
| parent | e5d853bbe9b05d6a00d98ad236f01937303e40c4 (diff) | |
| download | gcc-77144dd3b6736e0166156bb509590d924375a4f1.zip gcc-77144dd3b6736e0166156bb509590d924375a4f1.tar.gz gcc-77144dd3b6736e0166156bb509590d924375a4f1.tar.bz2 | |
Move NO_PIE_CFLAGS logic from gcc to libgcc
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:
* Makefile.in:: Remove NO_PIE_CFLAGS logic, since it is now in
libgcc.
* configure: Regenerate.
* configure.ac: Remove the enable_default_pie substitution, since
libgcc now has its own logic.
libgcc/ChangeLog:
* Makefile.in: Define NO_PIE_CFLAGS make variable via autoconf
substitution.
* configure: Regenerate.
* configure.ac: New configure check to define NO_PIE_CFLAGS
using the algorithm Andrew asked for in the linked mail.
Suggested-by: Andrew Pinski <quic_apinski@quicinc.com>
Signed-off-by: John Ericson <git@JohnEricson.me>
Diffstat (limited to 'libjava/java/text/Collator.java')
0 files changed, 0 insertions, 0 deletions
