Please, take a look at this patch.
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/674641.html
Ping: David Seifert, Joseph Myers
Trying to compile libcc1 plugin in native RISC-V GCC build on X86
> I bumped into the problem that gcc_cv_objdump variable
> was not defined in libcc1/configure,
Trying to compile libcc1 plugin in native RISC-V GCC build on X86
I bumped into the problem that gcc_cv_objdump variable
was not defined in libcc1/configure, because it has definition
only in gcc/configure.ac.
In my case, it leads to problem that -rdynamic check is failed
and it disables libcc1 bu