Skip to content

Commit 60ea42a

Browse files
committed
build: enable 64-bit-bfd for all targets
Without 64-bit-bfd, --enable-targets=all is not support for 32-bit targets.
1 parent bdf7355 commit 60ea42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compilation/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +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 \
530+
--enable-targets=all --enable-64-bit-bfd \
531531
--enable-tui "$python_flag" \
532532
--with-expat --with-libexpat-type="static" \
533533
--with-gdb-datadir="/usr/share/gdb" --with-separate-debug-dir="/usr/lib/debug" \

0 commit comments

Comments
 (0)