Date: Thursday, February 18, 2021 @ 15:54:18 Author: ffy00 Revision: 864818
upgpkg: arm-none-eabi-binutils 2.36.1-2 Modified: arm-none-eabi-binutils/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-18 15:49:34 UTC (rev 864817) +++ PKGBUILD 2021-02-18 15:54:18 UTC (rev 864818) @@ -4,7 +4,7 @@ _target=arm-none-eabi pkgname=$_target-binutils pkgver=2.36.1 -pkgrel=1 +pkgrel=2 pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target' arch=(x86_64) url='https://www.gnu.org/software/binutils/' @@ -42,7 +42,7 @@ check() { cd binutils-$pkgver - + # unset LDFLAGS as testsuite makes assumptions about which ones are active # do not abort on errors - manually check log files make LDFLAGS="" -k check || true @@ -55,6 +55,7 @@ # Remove file conflicting with host binutils and manpages for MS Windows tools rm "$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,windres,windmc}* + rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so # Remove info documents that conflict with host version rm -r "$pkgdir"/usr/share/info
