cross-powerpc64le-linux-musl: add cpu/abi into bootstrap gcc
This commit is contained in:
parent
259ef1449f
commit
2fcb65214e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue