https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110467
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot gnu.org
Ever confirmed|0 |1
Last reconfirmed| |2023-06-30
Status|UNCONFIRMED |NEW
--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Confirmed, but
Author: Marek Polacek <[email protected]>
Date: Wed May 3 17:06:13 2023 -0400
configure: Implement --enable-host-pie
ada/
* gcc-interface/Make-lang.in (ALL_ADAFLAGS): Remove NO_PIE_CFLAGS. Add
PICFLAG. Use PICFLAG when building ada/b_gnat1.o and ada/b_gnatb.o.
* gcc-interface/Makefile.in: Use pic/libiberty.a if PICFLAG is set.
Remove NO_PIE_FLAG.
had first broken --enable-default-pie (and AFAICS was not approved by an Ada
maintainer), so the aforementioned change restored the previous working state.