summaryrefslogtreecommitdiff
path: root/samples/armv8-rpi3-linux-gnueabihf/crosstool.config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-03-15 19:23:57 (GMT)
committerAlexey Neyman <stilor@att.net>2016-04-02 01:15:39 (GMT)
commit7ac327d6c33fa78f194e816beec0796901f5d002 (patch)
treeb0642182b3015bdc48c5a0ff3a4dc015b58f4387 /samples/armv8-rpi3-linux-gnueabihf/crosstool.config
parent62d357d3c0756ec0f220e9cf3a874e591548a65c (diff)
Remove --with-expat from extra GDB args.
300-gdb.sh always adds --with-expat, no need to list it in crosstool.config. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/armv8-rpi3-linux-gnueabihf/crosstool.config')
-rw-r--r--samples/armv8-rpi3-linux-gnueabihf/crosstool.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/armv8-rpi3-linux-gnueabihf/crosstool.config b/samples/armv8-rpi3-linux-gnueabihf/crosstool.config
index 2a0ad43..043cc6f 100644
--- a/samples/armv8-rpi3-linux-gnueabihf/crosstool.config
+++ b/samples/armv8-rpi3-linux-gnueabihf/crosstool.config
@@ -12,4 +12,3 @@ CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
-CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--with-expat"