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"