musl: enable ppc64 support

This commit is contained in:
q66 2019-01-01 00:27:38 +01:00 committed by Enno Boland
parent 01f3016e9a
commit b408efe72a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ checksum=44be8771d0e6c6b5f82dd15662eb2957c9a3173a19a8b49966ac0542bbd40d61
nostrip_files="libc.so" nostrip_files="libc.so"
shlib_provides="libc.so" shlib_provides="libc.so"
only_for_archs="i686-musl x86_64-musl armv5tel-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl" only_for_archs="i686-musl x86_64-musl armv5tel-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl ppc64le-musl ppc64-musl"
post_build() { post_build() {
$CC $CFLAGS $LDFLAGS ${FILESDIR}/getent.c -o getent $CC $CFLAGS $LDFLAGS ${FILESDIR}/getent.c -o getent