summaryrefslogtreecommitdiff
path: root/samples/aarch64-rpi3-linux-gnueabi
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/aarch64-rpi3-linux-gnueabi
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/aarch64-rpi3-linux-gnueabi')
-rw-r--r--samples/aarch64-rpi3-linux-gnueabi/crosstool.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/aarch64-rpi3-linux-gnueabi/crosstool.config b/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
index 7c880c4..2bbece8 100644
--- a/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
+++ b/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
@@ -11,4 +11,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"