diff options
-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 |