cross-aarch64-linux-gnu: remove redundant option

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-02-09 21:41:18 +01:00
parent 24035a08f7
commit 993ec8e44d
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ _glibc_build() {
_args="--prefix=/usr"
_args+=" --libdir=/usr/lib"
_args+=" --host=${_triplet}"
_args+=" --target=${_triplet}"
_args+=" --with-headers=${_sysroot}/usr/include"
_args+=" --config-cache"
_args+=" --enable-obsolete-rpc"