From 34df0aa77f3839d89d0b0c1cdf934c6aaccd3884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 6 Feb 2021 09:45:43 +0700 Subject: [PATCH] avr-binutils: really cleanup template - --host and --build should be set by common/environment/configure/gnu-configure-args.sh - The current setting is broken from b7840fa4cec. No need to rev-bump because the original template is correct. - It's --enable-install-libbfd not --enable-install-libbbfd --- srcpkgs/avr-binutils/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/avr-binutils/template b/srcpkgs/avr-binutils/template index 24fc7ed059..7d3a15725c 100644 --- a/srcpkgs/avr-binutils/template +++ b/srcpkgs/avr-binutils/template @@ -5,8 +5,7 @@ revision=1 wrksrc="binutils-$version" build_style=gnu-configure configure_args="--disable-werror --enable-shared --enable-gold - --enable-plugins --enable-install-libbbfd --build=${XBPS_TRIPLET} - --host=${XBPX_CROSS_TRIPLET} --target=avr --with-pic" + --enable-plugins --enable-install-libbfd --target=avr --with-pic" make_install_args="tooldir=/usr" makedepends="zlib-devel" short_desc="GNU binary utilities for AVR"