Skip to content

Commit 4cede8f

Browse files
roxellbhcopeland
authored andcommitted
arch: powerpc: revert CROSS_COMPILE to powerpc64le-linux-gnu-
The powerpc64-linux-gnu cross-compiler package only exists on amd64 hosts in Debian. Container builds on arm64 fail because the package is not available. Switch back to powerpc64le-linux-gnu-. The korg-gcc toolchain is not affected since it downloads its own tarball and sets CROSS_COMPILE from the korg path. Fixes: 4a5776c ("arch: powerpc: switch CROSS_COMPILE to powerpc64-linux-gnu-") Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 parent 812e21e commit 4cede8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/architectures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mips | | 32-bit MIPS | yes¹ ³ | yes
2727
nios2 | | 32-bit RISC | yes³ | no
2828
openrisc | | OpenRISC | no¹ ³ | no
2929
parisc | | 64-bit parisc | yes¹ ² | no
30-
powerpc | | 64-bit PowerPC | yes¹ ² ³ | yes
30+
powerpc | | 64-bit PowerPC (EL) | yes¹ ² ³ | yes
3131
riscv | | 64-bit RISC-V | yes¹ ² ³ | no
3232
s390 | *s390x* | 64-bit IBM S/390 | yes | yes
3333
sh | | 32-bit sh4 | yes¹ | no

tuxmake/arch/powerpc.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kernel = zImage
33

44
[makevars]
55
ARCH = powerpc
6-
CROSS_COMPILE = powerpc64-linux-gnu-
6+
CROSS_COMPILE = powerpc64le-linux-gnu-
77

88
[artifacts]
99
kernel = arch/powerpc/boot/{kernel}

0 commit comments

Comments
 (0)