We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf7355 commit 60ea42aCopy full SHA for 60ea42a
src/compilation/build.sh
@@ -527,7 +527,7 @@ function build_gdb() {
527
>&2 fancy_title "Building gdb for $target_arch"
528
529
../configure --enable-static --with-static-standard-libraries --disable-inprocess-agent \
530
- --enable-targets=all \
+ --enable-targets=all --enable-64-bit-bfd \
531
--enable-tui "$python_flag" \
532
--with-expat --with-libexpat-type="static" \
533
--with-gdb-datadir="/usr/share/gdb" --with-separate-debug-dir="/usr/lib/debug" \
0 commit comments