aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/gdbserver.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gdbserver.conf b/config/gdbserver.conf
index d30d90c4..b2ccbbf1 100644
--- a/config/gdbserver.conf
+++ b/config/gdbserver.conf
@@ -4,7 +4,7 @@ latest="binutils-gdb.git~gdb-8.1-branch"
# If yes, only static linking will be used
static_link=yes
-default_configure_flags="LDFLAGS=-static CPPFLAGS=--sysroot=${sysroots} CFLAGS=--sysroot=${sysroots} CXXFLAGS=--sysroot=${sysroots}"
+default_configure_flags="CPPFLAGS=--sysroot=${sysroots} CFLAGS=--sysroot=${sysroots} CXXFLAGS=--sysroot=${sysroots}"
# This is a list of default flags always supplied to "make check".
runtest_flags=""