6a1b977e0c
This reverts commit 9b3203401d
.
It doesn't actually work. Use the method suggested by @q66 instead.
6 lines
225 B
Bash
6 lines
225 B
Bash
XBPS_WORDSIZE=64
|
|
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"
|