glibc: Allow building on ppc

This commit is contained in:
Thomas Batten 2019-01-21 13:57:45 +10:30 committed by Helmut Pozimski
parent b76c461439
commit 75b57fd3b8
1 changed files with 1 additions and 1 deletions

View File

@ -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() {