11.5.0-3
Configure annobin with --without-clang-plugin Resolves: RHEL-73749
This commit is contained in:
parent
961c747afd
commit
5bab3f2a77
3
gcc.spec
3
gcc.spec
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user