f1a7dfbfef
My first attempt was not working at all. Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
5 lines
236 B
Bash
5 lines
236 B
Bash
XBPS_TARGET_CFLAGS="-mcpu=powerpc64le -mtune=power9 -maltivec -mlong-double-64 -mabi=elfv2"
|
|
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
|
|
XBPS_TARGET_FFLAGS=""
|
|
XBPS_TRIPLET="powerpc64le-unknown-linux-musl"
|
|
XBPS_RUST_TARGET="$XBPS_TRIPLET"
|