diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-09-19 19:47:42 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-09-19 19:47:48 +1200 |
commit | 5f5a22f7a7307790ec571d0c5acf8790416964e6 (patch) | |
tree | 1f259a51483f0881bfc188762b50a4f4b1681714 /scripts | |
parent | 0c467f165d1b458ea9ad5279673a2aee4aa08039 (diff) | |
parent | 4a8f7ff12b90e0f9095ece617f6770de7ca4fda8 (diff) | |
download | crosstool-ng-5f5a22f7a7307790ec571d0c5acf8790416964e6.tar.gz crosstool-ng-5f5a22f7a7307790ec571d0c5acf8790416964e6.tar.bz2 crosstool-ng-5f5a22f7a7307790ec571d0c5acf8790416964e6.zip |
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')
-rw-r--r-- | scripts/build/debug/300-gdb.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index ad9bb888..85f03eb9 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 |