Skip to content

Commit 597db75

Browse files
rnavmpe
authored andcommitted
Add support for building ppc32 kernels
This works for me with at least the ubuntu 21.04 images.
1 parent 9ce03d9 commit 597db75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ KORG_DISTROS := korg@11.1.0 korg@10.3.0 korg@9.3.0 korg@8.1.0 korg@5.5.0
6363
ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}
6464
DOCS_DISTRO := docs@21.10
6565
X86_DISTRO := ubuntu@21.10
66-
SUBARCHES := ppc64le ppc64
66+
SUBARCHES := ppc64le ppc64 ppc
6767

6868
$(eval $(call MAIN_TEMPLATE,ppc64le,${DOCS_DISTRO}))
6969
$(eval $(call DOCS_TEMPLATE,ppc64le,${DOCS_DISTRO}))

0 commit comments

Comments
 (0)