mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
linux5.11: fix ppc32
This commit is contained in:
parent
148936879b
commit
a279abf769
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ do_configure() {
|
||||||
aarch64*) arch=arm64;;
|
aarch64*) arch=arm64;;
|
||||||
ppc64le*) arch=powerpc; subarch=ppc64le;;
|
ppc64le*) arch=powerpc; subarch=ppc64le;;
|
||||||
ppc64*) arch=powerpc; subarch=ppc64;;
|
ppc64*) arch=powerpc; subarch=ppc64;;
|
||||||
ppc*) arch=powerpc;;
|
ppc*) arch=powerpc; subarch=ppc;;
|
||||||
mips*) arch=mips;;
|
mips*) arch=mips;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue