cross-aarch64-linux-gnu: fix build
This got dropped by accident.
This commit is contained in:
parent
9baf426d08
commit
28263c8572
|
@ -189,6 +189,7 @@ _glibc_build() {
|
||||||
export CFLAGS="-O1 -pipe ${_archflags}"
|
export CFLAGS="-O1 -pipe ${_archflags}"
|
||||||
|
|
||||||
_args="--prefix=/usr"
|
_args="--prefix=/usr"
|
||||||
|
_args+=" --libdir=/usr/lib"
|
||||||
_args+=" --host=${_triplet}"
|
_args+=" --host=${_triplet}"
|
||||||
_args+=" --with-headers=${_sysroot}/usr/include"
|
_args+=" --with-headers=${_sysroot}/usr/include"
|
||||||
_args+=" --config-cache"
|
_args+=" --config-cache"
|
||||||
|
|
Loading…
Reference in New Issue