[arch-commits] Commit in or1k-elf-binutils/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Thu Feb 18 18:34:56 UTC 2021


    Date: Thursday, February 18, 2021 @ 18:34:56
  Author: ffy00
Revision: 865014

fix conflicts with binutils (2.36.1-2)

Modified:
  or1k-elf-binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-18 18:34:49 UTC (rev 865013)
+++ PKGBUILD	2021-02-18 18:34:56 UTC (rev 865014)
@@ -4,7 +4,7 @@
 _target=or1k-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 OpenRISC 1000 (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