mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
cross-arm-none-eabi-gdb: update to 13.2
Fixes problem where 12.1 arm-gdb was trying to use python scripts from 13.1 host gdb fixes #44594
This commit is contained in:
parent
4f7288bdad
commit
2489807e81
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-arm-none-eabi-gdb'
|
||||
pkgname=cross-arm-none-eabi-gdb
|
||||
version=12.1
|
||||
version=13.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
|
||||
|
@ -18,7 +18,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=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
|
||||
checksum=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
|
||||
make_check=no # See gdb/template.
|
||||
|
||||
if [ "${CROSS_BUILD}" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue