cross-arm-none-eabi-gdb: update to 15.2.

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:29:26 -05:00
parent 147abac408
commit 4a95116821

View File

@ -1,16 +1,17 @@
# Template file for 'cross-arm-none-eabi-gdb'
pkgname=cross-arm-none-eabi-gdb
version=13.2
revision=2
version=15.2
revision=1
build_style=gnu-configure
configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
--with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib --without-isl
$(vopt_with guile) $(vopt_if python --with-python=/usr/bin/python3)"
hostmakedepends="pkg-config texinfo $(vopt_if python python3-devel) $(vopt_if guile guile)"
configure_args="--target=arm-none-eabi --disable-werror --disable-nls
--with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib
--without-isl $(vopt_with guile) $(vopt_if python --with-python=/usr/bin/python3)"
hostmakedepends="pkg-config texinfo $(vopt_if python python3-devel)
$(vopt_if guile guile)"
# mpfr is necessary to emulate target floating point behavior
# babeltrace is necessary for Common Trace Format support
makedepends="expat-devel ncurses-devel readline-devel zlib-devel gmp-devel
babeltrace-devel mpfr-devel
makedepends="expat-devel ncurses-devel readline-devel zlib-devel
gmp-devel babeltrace-devel mpfr-devel
$(vopt_if guile guile-devel) $(vopt_if python 'gettext-devel python3-devel')"
depends="gdb-common"
short_desc="GNU Debugger for ARM"
@ -18,7 +19,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/gdb"
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
checksum=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
checksum=83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d
make_check=no # See gdb/template.
if [ "${CROSS_BUILD}" ]; then