aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-24 05:26:46 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-11-24 05:26:46 -0700
commit6e9c60f1d48e1f332ccf19107dc68cbe7528e467 (patch)
treeb23ebf80bf99ae7bb8735e0d3de24c3073f709b6
parente275d41bb235881487325084d81699e6d400a488 (diff)
add --sysroot so we can configure with a freshly built toolchain
-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=""