summaryrefslogtreecommitdiff
path: root/scripts/build/debug
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-19 07:47:42 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-19 07:47:48 (GMT)
commit5f5a22f7a7307790ec571d0c5acf8790416964e6 (patch)
tree1f259a51483f0881bfc188762b50a4f4b1681714 /scripts/build/debug
parent0c467f165d1b458ea9ad5279673a2aee4aa08039 (diff)
parent4a8f7ff12b90e0f9095ece617f6770de7ca4fda8 (diff)
Merge branch 'gdb-enable-tui' of https://github.com/foss-for-synopsys-dwc-arc-processors/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'scripts/build/debug')
-rw-r--r--scripts/build/debug/300-gdb.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index ad9bb88..85f03eb 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -135,10 +135,9 @@ do_debug_gdb_build()
export ac_cv_func_strncmp_works=yes
- # TBD do we need all these? Eg why do we disable TUI if we build curses for target?
+ # TBD do we need all these?
native_extra_config+=(
--without-uiout
- --disable-tui
--disable-gdbtk
--without-x
--disable-sim
@@ -209,10 +208,9 @@ do_debug_gdb_build()
export ac_cv_func_strncmp_works=yes
- # TBD do we need all these? Eg why do we disable TUI if we build curses for target?
+ # TBD do we need all these?
native_extra_config+=(
--without-uiout
- --disable-tui
--disable-gdbtk
--without-x
--disable-sim