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 f9d1696..fd4b046 100644
--- a/config/gdbserver.conf
+++ b/config/gdbserver.conf
@@ -6,7 +6,7 @@ latest="binutils-gdb.git/gdb_7_6-branch"
# If yes, only static linking will be used
static_link=yes
-default_configure_flags="LDFLAGS=-static"
+default_configure_flags="LDFLAGS=-static CFLAGS=--sysroot=${sysroots}"
# This is a list of default flags always supplied to "make check".
runtest_flags=""