Skip to content

Commit 0890922

Browse files
authored
Merge pull request #10 from guyush1/gdb-15.2-update
build: update gdb to v15.2
2 parents a9a044f + 4c9cc10 commit 0890922

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ VII) run `cp ./lib/.libs/libiconv.a ./lib/.libs/lib/`
8888
## 2) Compiling gdb
8989

9090
Clone gdb from sourceware - https://sourceware.org/git/binutils-gdb.git.
91-
I checked out to the 15.1 tag.
91+
I checked out to the 15.2 tag.
9292

9393
Work according to the following steps:
94-
I) Apply my patches (gdb_static.patch). If you are not on the exact tag i used (15.1) - you might need to apply them manually, and change some stuff.
94+
I) Apply my patches (gdb_static.patch). If you are not on the exact tag i used (15.2) - you might need to apply them manually, and change some stuff.
9595
II) create a build dir.
9696
III) run `../configure --enable-static --with-static-standard-libraries --disable-tui --disable-inprocess-agent --with-libiconv-prefix=<COMPILATION_DIR_PATH>/lib/.libs/ --with-libiconv-type=static`
9797
IV) run `make all-gdb -j$(nproc)` - for gdbserver, run `make all-gdbserver -j$(nproc)`.

src/download_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGE_URLS=(
99
"https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz"
1010
"https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
1111
"https://ftp.gnu.org/pub/gnu/mpfr/mpfr-4.2.1.tar.xz"
12-
"https://ftp.gnu.org/gnu/gdb/gdb-15.1.tar.xz"
12+
"https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz"
1313
)
1414

1515
function unpack_tarball() {

0 commit comments

Comments
 (0)