Re: [PATCH] bootstrap: Fix genmatch build where system gcc defaults to -fPIE -pie

2024-10-12 Thread Richard Biener
> Am 12.10.2024 um 12:00 schrieb Jakub Jelinek : > > Hi! > > Seems our buildbot is unhappy about my latest commit to link genmatch with > libcommon.a in order to support gcc_diag diagnostics in libcpp. > > We have in gcc/configure.ac: > if test x$enable_host_shared = xyes; then > PICFLAG=-f

[PATCH] bootstrap: Fix genmatch build where system gcc defaults to -fPIE -pie

2024-10-12 Thread Jakub Jelinek
Hi! Seems our buildbot is unhappy about my latest commit to link genmatch with libcommon.a in order to support gcc_diag diagnostics in libcpp. We have in gcc/configure.ac: if test x$enable_host_shared = xyes; then PICFLAG=-fPIC elif test x$enable_host_pie = xyes; then PICFLAG=-fPIE elif test