commit:     0229b8f9741c1365e8c647f26c9109249be2eaf2
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> 
com>
AuthorDate: Thu Oct 13 01:00:26 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 22:41:48 2022 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=0229b8f9

Fix s390 support

Make sure we pull in correct genkernel arch-specific configuration.
Kernel arch is always "s390".

Closes: https://github.com/gentoo/genkernel/pull/43
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gen_arch.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gen_arch.sh b/gen_arch.sh
index 6da31aa..b232c3c 100755
--- a/gen_arch.sh
+++ b/gen_arch.sh
@@ -26,6 +26,9 @@ determine_kernel_arch() {
                riscv|riscv64*)
                        KERNEL_ARCH=riscv
                        ;;
+               s390*)
+                       KERNEL_ARCH=s390
+                       ;;
                x86)
                        if [ "${VER}" -ge "3" ]
                        then

Reply via email to