Use x86_64-redhat-linux as default gcc triple for x86_64_v2

Add riscv64 support
This commit is contained in:
Eduard Abdullin 2025-05-07 14:01:25 +03:00 committed by eabdullin
parent 2a97e89766
commit 5a198c0202

View File

@ -1286,11 +1286,6 @@ popd
%endif
#endregion libcxx options
%global runtimes compiler-rt;openmp
%ifnarch riscv64
%global runtimes %{runtimes};offload
%endif
#region llvm options
%global cmake_config_args %{cmake_config_args} \\\
-DLLVM_APPEND_VC_REV:BOOL=OFF \\\
@ -1937,8 +1932,6 @@ export LIT_XFAIL="$LIT_XFAIL;OpenMP/declare_variant_device_isa_codegen_1.c"
test_list_filter_out+=("Clang :: OpenMP/declare_variant_device_isa_codegen_1.c")
%endif
export LIT_FILTER_OUT=$(test_list_to_regex test_list_filter_out)
%ifnarch riscv64
%cmake_build --target check-clang
%endif
@ -3059,7 +3052,7 @@ fi
#region changelog
%changelog
* Thu Apr 24 2025 Eduard Abdullin <eabdullin@almalinux.org> - 20.1.2-1.alma.1
* Wed May 07 2025 Eduard Abdullin <eabdullin@almalinux.org> - 20.1.2-1.alma.1
- Use x86_64-redhat-linux as default gcc triple for x86_64_v2
- Add riscv64 support