cross-powerpc64-linux-musl: add cpu/abi into bootstrap gcc

This commit is contained in:
q66 2019-01-06 00:52:50 +01:00 committed by Enno Boland
parent 0832e1adfa
commit 259ef1449f
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ _gcc_bootstrap() {
_args="--prefix=/usr"
_args+=" --target=${_triplet}"
_args+=" --with-sysroot=${_sysroot}"
_args+=" --with-cpu=${_cpu}"
_args+=" --with-abi=elfv2"
_args+=" --enable-languages=c"
_args+=" --enable-decimal-float=no"
_args+=" --enable-secureplt"