diff --git a/pocl.changes b/pocl.changes index 48f81cd..0e2ced6 100644 --- a/pocl.changes +++ b/pocl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 24 12:27:06 UTC 2022 - Andreas Schwab + +- Use generic-rv64 cpu on riscv64 + ------------------------------------------------------------------- Mon Dec 5 13:43:13 UTC 2022 - Ondřej Súkup diff --git a/pocl.spec b/pocl.spec index b3e642c..2e48d02 100644 --- a/pocl.spec +++ b/pocl.spec @@ -100,6 +100,9 @@ This subpackage provides the development files needed for pocl. %ifarch aarch64 -DLLC_HOST_CPU=cortex-a53 \ %endif +%ifarch riscv64 + -DLLC_HOST_CPU=generic-rv64 \ +%endif %if 0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150300 -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \ %endif