glibc: Allow building on ppc
This commit is contained in:
parent
b76c461439
commit
75b57fd3b8
|
@ -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…
Reference in New Issue