mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
glibc: Allow building on ppc
This commit is contained in:
parent
b76c461439
commit
75b57fd3b8
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ makedepends="kernel-libc-headers"
|
||||||
lib32files="/usr/lib/gconv/gconv-modules"
|
lib32files="/usr/lib/gconv/gconv-modules"
|
||||||
lib32symlinks="ld-linux.so.2"
|
lib32symlinks="ld-linux.so.2"
|
||||||
# There's no point in building this for musl.
|
# There's no point in building this for musl.
|
||||||
only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64 ppc64le"
|
only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64 ppc ppc64le"
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue