> 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
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