[arch-commits] Commit in lm32-elf-binutils/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Thu Feb 18 18:35:45 UTC 2021
Date: Thursday, February 18, 2021 @ 18:35:45
Author: ffy00
Revision: 865016
fix conflicts with binutils (2.36.1-2)
Modified:
lm32-elf-binutils/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-18 18:35:00 UTC (rev 865015)
+++ PKGBUILD 2021-02-18 18:35:45 UTC (rev 865016)
@@ -4,7 +4,7 @@
_target=lm32-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 LatticeMico32 (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