Misc. spec clean ups
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
aa1194eab0
commit
ece5bc26a2
@ -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 "" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user