https://sourceware.org/bugzilla/show_bug.cgi?id=33503
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=76a693c087c30e8108852928c717399011c6166d commit 76a693c087c30e8108852928c717399011c6166d Author: H.J. Lu <[email protected]> Date: Tue Sep 30 11:23:58 2025 +0800 binutils: Use AC_TRY_COMPILE to check target clang/gcc Use AC_TRY_COMPILE to check for the working target clang and gcc when configuring for cross tools. PR binutils/33503 * configure: Regenerated. config/ PR binutils/33503 * clang-plugin.m4 (CLANG_PLUGIN_FILE_FOR_TARGET): Use AC_TRY_COMPILE to check the target clang and replace clang_cv_is_clang with clang_target_cv_working. * gcc-plugin.m4 (GCC_PLUGIN_OPTION_FOR_TARGET): Use AC_TRY_COMPILE to check the target gcc. Signed-off-by: H.J. Lu <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
