From 42f5bbf9b715824b79350f42f91e6079c97f1f66 Mon Sep 17 00:00:00 2001 From: "J.W. Jagersma" Date: Thu, 30 May 2024 19:42:16 +0200 Subject: [PATCH] add gdb 13.2, 14.1, 14.2 --- README.md | 2 +- common/gdb | 2 +- common/gdb-13.2 | 2 ++ common/gdb-14.1 | 2 ++ common/gdb-14.2 | 2 ++ 5 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 common/gdb-13.2 create mode 100644 common/gdb-14.1 create mode 100644 common/gdb-14.2 diff --git a/README.md b/README.md index 5ff13d8..fbc3a4a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you require compatibility with distributions that use `i586`, you can either: * gcc 12.2.0 * binutils 2.42 -* gdb 13.1 +* gdb 14.2 * djgpp 2.05 / cvs * watt-32 git * newlib 4.3.0.20230120 diff --git a/common/gdb b/common/gdb index f0a28fc..d926d3a 100644 --- a/common/gdb +++ b/common/gdb @@ -1 +1 @@ -source common/gdb-13.1 +source common/gdb-14.2 diff --git a/common/gdb-13.2 b/common/gdb-13.2 new file mode 100644 index 0000000..68ec0c8 --- /dev/null +++ b/common/gdb-13.2 @@ -0,0 +1,2 @@ +GDB_VERSION=13.2 +GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz" diff --git a/common/gdb-14.1 b/common/gdb-14.1 new file mode 100644 index 0000000..27d549f --- /dev/null +++ b/common/gdb-14.1 @@ -0,0 +1,2 @@ +GDB_VERSION=14.1 +GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz" diff --git a/common/gdb-14.2 b/common/gdb-14.2 new file mode 100644 index 0000000..aec973f --- /dev/null +++ b/common/gdb-14.2 @@ -0,0 +1,2 @@ +GDB_VERSION=14.2 +GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz"