mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kernel-install.eclass: add riscv support
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: kernel-install.eclass
|
||||
@@ -168,6 +168,9 @@ kernel-install_get_qemu_arch() {
|
||||
ppc64)
|
||||
echo ppc64
|
||||
;;
|
||||
riscv)
|
||||
echo riscv
|
||||
;;
|
||||
*)
|
||||
die "${FUNCNAME}: unsupported ARCH=${ARCH}"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user