cross-powerpc64le-linux-gnu: add cpu/abi into bootstrap gcc

This commit is contained in:
q66 2019-01-06 00:53:28 +01:00 committed by Enno Boland
parent 2fcb65214e
commit f59ab506ad

View file

@ -95,6 +95,8 @@ _gcc_bootstrap() {
_args="--prefix=/usr"
_args+=" --target=${_triplet}"
_args+=" --with-cpu=${_cpu}"
_args+=" --with-abi=elfv2"
_args+=" --enable-languages=c"
_args+=" --disable-libssp"
_args+=" --disable-libitm"