Misc. spec clean ups

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-11-29 13:33:08 +02:00
parent aa1194eab0
commit ece5bc26a2
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,6 @@ Summary: The Linux kernel
%endif
%ifarch riscv64
%define all_arch_configs %{name}-%{specrpmversion}-aarch64*.config
%define asmarch riscv
%define hdrarch riscv
%define make_target Image.gz
@ -1808,6 +1807,7 @@ GetArch()
*aarch64*) echo "aarch64" ;;
*ppc64le*) echo "ppc64le" ;;
*s390x*) echo "s390x" ;;
*riscv64*) echo "riscv64" ;;
*x86_64*) echo "x86_64" ;;
# no arch, apply everywhere
*) echo "" ;;