Skip to content

Commit 3051754

Browse files
authored
Merge pull request #57 from guyush1/enable-gdb-cross-architecture-debugging
build: enable gdb cross-architecture debugging
2 parents 35e514f + 60ea42a commit 3051754

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/compilation/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ function build_gdb() {
527527
>&2 fancy_title "Building gdb for $target_arch"
528528

529529
../configure --enable-static --with-static-standard-libraries --disable-inprocess-agent \
530+
--enable-targets=all --enable-64-bit-bfd \
530531
--enable-tui "$python_flag" \
531532
--with-expat --with-libexpat-type="static" \
532533
--with-gdb-datadir="/usr/share/gdb" --with-separate-debug-dir="/usr/lib/debug" \

0 commit comments

Comments
 (0)