common/*-profiles/aarch64.sh: add AArch64/ARMv8 glibc cross profile.

This commit is contained in:
Christian Neukirchen 2015-03-03 15:23:22 +01:00
parent 1919bb36ca
commit 25bb572dbe
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
XBPS_TARGET_CFLAGS="-march=armv8-a"
XBPS_TARGET_CXXFLAGS="$XBPS_CXXFLAGS"
XBPS_TRIPLET="aarch64-unknown-linux-gnu"