Bootstrap on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-10-04 10:05:26 +03:00
parent 0c0a9d2f7b
commit 58afae3efc
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
ARCH=$(uname -m)
case $ARCH in
x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 )
x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 | riscv64 )
gdal-config-64 ${*}
;;
*)

View File

@ -9,6 +9,7 @@
%global cpuarch 64
%endif
%global bootstrap 1
%if 0%{?bootstrap}
%global with_mysql 0
@ -45,7 +46,7 @@
Name: gdal
Version: 3.5.2
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: GIS file format library
License: MIT
URL: http://www.gdal.org
@ -535,6 +536,9 @@ rm -r %{buildroot}%{mingw64_datadir}
%changelog
* Tue Oct 04 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.5.2-1.0.riscv64
- Bootstrap on riscv64
* Tue Sep 13 2022 Sandro Mani <manisandro@gmail.com> - 3.5.2-1
- Update to 3.5.2