commit:     2d5bd27c646ae5a32d84ad3741686770d87f68fa
Author:     Luca Barbato <luca.barbato <AT> gmail <DOT> com>
AuthorDate: Wed Aug 15 13:37:05 2018 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 19 07:32:29 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=2d5bd27c

Fix ppc64le support

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 gen_arch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_arch.sh b/gen_arch.sh
index 866a40f..1c9ec37 100755
--- a/gen_arch.sh
+++ b/gen_arch.sh
@@ -50,7 +50,7 @@ get_official_arch() {
 set_kernel_arch() {
        KERNEL_ARCH=${ARCH}
        case ${ARCH} in
-               ppc|ppc64)
+               ppc|ppc64*)
                        if [ "${VER}" -ge "3" ]
                        then
                                        KERNEL_ARCH=powerpc

Reply via email to