[arch-commits] Commit in gdb/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun May 10 16:19:21 UTC 2020
Date: Sunday, May 10, 2020 @ 16:19:20
Author: bpiotrowski
Revision: 383110
Remove files shipped by binutils 2.34-3
Modified:
gdb/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-10 14:33:29 UTC (rev 383109)
+++ PKGBUILD 2020-05-10 16:19:20 UTC (rev 383110)
@@ -8,7 +8,7 @@
# of gdb (for arm/avr/...)
pkgname=(gdb gdb-common)
pkgver=9.1
-pkgrel=2
+pkgrel=3
pkgdesc='The GNU Debugger'
arch=(x86_64)
url='https://www.gnu.org/software/gdb/'
@@ -69,7 +69,10 @@
rm "$pkgdir"/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat,ctf,ctf-api,bfd_stdint,diagnostics}.h
rm "$pkgdir"/usr/share/info/bfd.info
rm "$pkgdir"/usr/lib/{libbfd,libopcodes,libctf,libctf-nobfd}.a
+ rm "$pkgdir"/usr/lib/libinproctrace.so*
+ rm "$pkgdir"/usr/bin/gdbserver
+
# install "custom" system gdbinit
install -dm 755 "$pkgdir/etc/gdb"
touch "$pkgdir/etc/gdb/gdbinit"
More information about the arch-commits
mailing list