[arch-commits] Commit in nds32le-elf-binutils/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Thu Feb 18 18:33:07 UTC 2021
Date: Thursday, February 18, 2021 @ 18:33:07
Author: ffy00
Revision: 865008
fix conflicts with binutils (2.36.1-2)
Modified:
nds32le-elf-binutils/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-18 18:20:50 UTC (rev 865007)
+++ PKGBUILD 2021-02-18 18:33:07 UTC (rev 865008)
@@ -4,7 +4,7 @@
_target=nds32le-elf
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 Andes 32 little-endian (bare-metal) target'
arch=(x86_64)
url='https://www.gnu.org/software/binutils/'
@@ -56,6 +56,7 @@
# Remove file conflicting with host binutils and manpages for MS Windows tools
rm "$pkgdir"/usr/share/man/man1/$_target-{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
More information about the arch-commits
mailing list