diff options
author | Alexey Neyman <stilor@att.net> | 2016-03-15 12:23:57 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-04-01 18:15:39 -0700 |
commit | 7ac327d6c33fa78f194e816beec0796901f5d002 (patch) | |
tree | b0642182b3015bdc48c5a0ff3a4dc015b58f4387 /samples/armv8-rpi3-linux-gnueabihf | |
parent | 62d357d3c0756ec0f220e9cf3a874e591548a65c (diff) | |
download | crosstool-ng-7ac327d6c33fa78f194e816beec0796901f5d002.tar.gz crosstool-ng-7ac327d6c33fa78f194e816beec0796901f5d002.tar.bz2 crosstool-ng-7ac327d6c33fa78f194e816beec0796901f5d002.zip |
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')
-rw-r--r-- | samples/armv8-rpi3-linux-gnueabihf/crosstool.config | 1 |
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 2a0ad436..043cc6fe 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" |