Skip to content

Commit

Permalink
add gdb 13.2, 14.1, 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwt27 committed May 30, 2024
1 parent 3906d94 commit 42f5bbf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/gdb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
source common/gdb-13.1
source common/gdb-14.2
2 changes: 2 additions & 0 deletions common/gdb-13.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GDB_VERSION=13.2
GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz"
2 changes: 2 additions & 0 deletions common/gdb-14.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GDB_VERSION=14.1
GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz"
2 changes: 2 additions & 0 deletions common/gdb-14.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GDB_VERSION=14.2
GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz"

0 comments on commit 42f5bbf

Please sign in to comment.