gcc: force our triplet in native arm builds.
This commit is contained in:
parent
0a09722b3f
commit
e8f683a104
|
@ -61,6 +61,9 @@ do_configure() {
|
|||
_langs="c,c++,lto"
|
||||
_args+=" --disable-multilib --host=$XBPS_CROSS_TRIPLET --with-build-sysroot=${XBPS_CROSS_BASE}"
|
||||
else
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) _args+=" --build=${_triplet}";;
|
||||
esac
|
||||
_langs="c,c++,objc,obj-c++,fortran,lto,go,java"
|
||||
_args+=" --enable-java-gc=boehm --enable-fast-character"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue