Skip to content

Commit

Permalink
Remove --with-expat from extra GDB args.
Browse files Browse the repository at this point in the history
300-gdb.sh always adds --with-expat, no need to list it in
crosstool.config.

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Apr 2, 2016
1 parent 62d357d commit 7ac327d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion samples/aarch64-rpi3-linux-gnueabi/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion samples/aarch64-unknown-linux-gnueabi/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion samples/armv7-rpi2-linux-gnueabihf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion samples/armv8-rpi3-linux-gnueabihf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7ac327d

Please sign in to comment.