Re: [PATCH v2] configure: Implement --enable-host-pie

2022-02-24 Thread Joseph Myers
On Thu, 24 Feb 2022, Marek Polacek via Gcc-patches wrote: > gmp/mpfr/mpc/isl are DSOs I believe and therefore always PIC. They are *not* DSOs when built in-tree (see the use of --disable-shared in the relevant parts of Makefile.def). > intl: I have no idea about this; I don't see any binaries i

[PATCH v2] configure: Implement --enable-host-pie

2022-02-24 Thread Marek Polacek via Gcc-patches
On Thu, Feb 10, 2022 at 09:10:17PM +, Joseph Myers wrote: > Some general observations: Thanks for the comment and sorry for the delay (I was on vacation). > * There are various toplevel GCC subdirectories that are built for the > host (possibly in addition to the target in some cases) but a