common: add build/cross profiles for ppcle(-musl)
for now, these profiles set -mcpu to power8 and -mtune to power9 to match our ppc64le profiles, since there isn't really any native harwdare to run these on (at least yet), and any packages will be experimental for now anyway
This commit is contained in:
5
common/build-profiles/ppcle-musl.sh
Normal file
5
common/build-profiles/ppcle-musl.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
XBPS_TARGET_CFLAGS="-mcpu=power8 -mtune=power9"
|
||||
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
|
||||
XBPS_TARGET_FFLAGS=""
|
||||
XBPS_TRIPLET="powerpcle-linux-musl"
|
||||
XBPS_RUST_TARGET="powerpcle-unknown-linux-musl"
|
Reference in New Issue
Block a user