mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Remove %elif no which is unsupported on RHEL8
This commit is contained in:
parent
e4189b9861
commit
3ee21370a3
1 changed files with 3 additions and 1 deletions
|
@ -976,9 +976,11 @@ popd
|
|||
|
||||
%if %{with snapshot_build}
|
||||
%global cmake_config_args %{cmake_config_args} -DLLVM_VERSION_SUFFIX="%{llvm_snapshot_version_suffix}"
|
||||
%elif %{without compat_build}
|
||||
%else
|
||||
%if %{without compat_build}
|
||||
%global cmake_config_args %{cmake_config_args} -DLLVM_VERSION_SUFFIX=''
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
%global cmake_config_args %{cmake_config_args} -DCMAKE_SHARED_LINKER_FLAGS="$LDFLAGS -Wl,-z,cet-report=error"
|
||||
|
|
Loading…
Reference in a new issue