Re: [PATCH] config: Fix -rdynamic detection for libcc1 usage

2025-02-14 Thread Александр Зинов
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,

[PATCH] config: Fix -rdynamic detection for libcc1 usage

2025-01-28 Thread Goncharov Mark
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