aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2024-04-02 21:13:57 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2024-04-02 22:00:51 +0000
commitf9fed587c917cddd1bb1b608ba81607414089568 (patch)
tree0e157098513a7bc2998ddd6abb8c38a8e17ae6cd
parentfbd9d89ed14da1c94cc013e593f786134371dbe9 (diff)
config/binutils.conf: Disable gdbserver
ABE has a dedicated component for gdbserver, so do not build it as part of binutils. Change-Id: I077d3195513c4348479fefbe73d26106f8ef5406
-rw-r--r--config/binutils.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binutils.conf b/config/binutils.conf
index 97eb2420..c0151758 100644
--- a/config/binutils.conf
+++ b/config/binutils.conf
@@ -5,7 +5,7 @@ static_link="yes"
# binutils configure doesn't work under dash, which is the default shell on some
# distributions.
-default_configure_flags="--enable-lto --enable-plugins --enable-gold --disable-werror CPPFLAGS=-UFORTIFY_SOURCE --with-pkgversion=Linaro_Binutils-${release:-${date}} --disable-gdb --disable-sim --disable-libdecnumber --disable-readline"
+default_configure_flags="--enable-lto --enable-plugins --enable-gold --disable-werror CPPFLAGS=-UFORTIFY_SOURCE --with-pkgversion=Linaro_Binutils-${release:-${date}} --disable-gdb --disable-gdbserver --disable-sim --disable-libdecnumber --disable-readline"
default_makeflags=""
if test x"${build}" != x"${target}"; then