From 75b57fd3b822fdaecaecbde7144dbad65ddd621c Mon Sep 17 00:00:00 2001 From: Thomas Batten Date: Mon, 21 Jan 2019 13:57:45 +1030 Subject: [PATCH] glibc: Allow building on ppc --- srcpkgs/glibc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index d970e34830f..bc8e21ea333 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -54,7 +54,7 @@ makedepends="kernel-libc-headers" lib32files="/usr/lib/gconv/gconv-modules" lib32symlinks="ld-linux.so.2" # 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 do_configure() {