build-profiles: add ppc64.sh (glibc ELFv2)

This commit is contained in:
Jürgen Buchmüller 2019-04-22 16:02:22 +02:00
parent d01f6a335c
commit 2f206ef38c

View file

@ -0,0 +1,5 @@
XBPS_TARGET_CFLAGS="-mcpu=970 -mtune=power9 -maltivec -mabi=elfv2"
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
XBPS_TARGET_FFLAGS=""
XBPS_TRIPLET="powerpc64-unknown-linux-gnu"
XBPS_RUST_TARGET="$XBPS_TRIPLET"