Configure annobin with --without-clang-plugin

Resolves: RHEL-73749
This commit is contained in:
Marek Polacek 2025-01-21 19:47:06 -05:00
parent 961c747afd
commit 5bab3f2a77

View File

@ -1426,6 +1426,9 @@ then
CONFIG_ARGS="$CONFIG_ARGS --without-annocheck"
CONFIG_ARGS="$CONFIG_ARGS --without-tests"
CONFIG_ARGS="$CONFIG_ARGS --disable-rpath"
CONFIG_ARGS="$CONFIG_ARGS --without-debuginfod"
CONFIG_ARGS="$CONFIG_ARGS --without-clang-plugin"
CONFIG_ARGS="$CONFIG_ARGS --without-llvm-plugin"
comp_dir="%{_builddir}/gcc-%{version}-%{DATE}/obj-%{gcc_target_platform}/gcc/"
ccompiler="%{_builddir}/gcc-%{version}-%{DATE}/obj-%{gcc_target_platform}/gcc/xgcc -B $comp_dir"