[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Jun 8 17:40:13 UTC 2021
Date: Tuesday, June 8, 2021 @ 17:40:13
Author: anatolik
Revision: 959768
Enable source highlighting
Modified:
arm-none-eabi-gdb/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-08 17:38:09 UTC (rev 959767)
+++ PKGBUILD 2021-06-08 17:40:13 UTC (rev 959768)
@@ -4,12 +4,12 @@
_target=arm-none-eabi
pkgname=$_target-gdb
pkgver=10.2
-pkgrel=1
+pkgrel=2
pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
arch=(x86_64)
url='https://www.gnu.org/software/gdb/'
license=(GPL3)
-depends=(xz ncurses expat python guile gdb-common mpfr libelf)
+depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight)
optdepends=('stlink: for debugging over STLINK')
options=(!emptydirs)
source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
@@ -34,6 +34,7 @@
--enable-interwork \
--with-system-readline \
--disable-nls \
+ --enable-source-highlight \
--with-python=/usr/bin/python \
--with-guile=guile-2.2 \
--with-system-gdbinit=/etc/gdb/gdbinit
More information about the arch-commits
mailing list