[arch-commits] Commit in sh2-elf-binutils/trunk (PKGBUILD)
Filipe LaĆns
ffy00 at archlinux.org
Thu Feb 18 18:36:07 UTC 2021
Date: Thursday, February 18, 2021 @ 18:36:07
Author: ffy00
Revision: 865018
fix conflicts with binutils (2.36.1-2)
Modified:
sh2-elf-binutils/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-18 18:35:49 UTC (rev 865017)
+++ PKGBUILD 2021-02-18 18:36:07 UTC (rev 865018)
@@ -4,7 +4,7 @@
_target=sh2-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 SuperH SH 2 (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