From 993ec8e44d9ca3cd96d08a26f23d09ce108bb8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 9 Feb 2019 21:41:18 +0100 Subject: [PATCH] cross-aarch64-linux-gnu: remove redundant option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/cross-aarch64-linux-gnu/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/cross-aarch64-linux-gnu/template b/srcpkgs/cross-aarch64-linux-gnu/template index e302e5a86be..2ff47a6273f 100644 --- a/srcpkgs/cross-aarch64-linux-gnu/template +++ b/srcpkgs/cross-aarch64-linux-gnu/template @@ -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"