musl: enable aarch64.

This commit is contained in:
Christian Neukirchen 2015-03-22 18:40:08 +01:00
parent 0dd69ebfe8
commit ce50f92cb4

View file

@ -13,7 +13,7 @@ distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
checksum=fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813
shlib_provides="libc.so"
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl"
CFLAGS="-fno-stack-protector -U_FORTIFY_SOURCE"
post_build() {