build-profiles: add ppc64.sh (glibc ELFv2)
This commit is contained in:
parent
d01f6a335c
commit
2f206ef38c
1 changed files with 5 additions and 0 deletions
5
common/build-profiles/ppc64.sh
Normal file
5
common/build-profiles/ppc64.sh
Normal 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"
|
Loading…
Reference in a new issue