diff options
Diffstat (limited to 'package/gdb')
| -rw-r--r-- | package/gdb/Config.in | 6 | ||||
| -rw-r--r-- | package/gdb/Config.in.host | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package/gdb/Config.in b/package/gdb/Config.in index 809e02d076..026cdeaa80 100644 --- a/package/gdb/Config.in +++ b/package/gdb/Config.in @@ -4,13 +4,13 @@ comment "gdb/gdbserver needs a toolchain w/ threads, threads debug" config BR2_PACKAGE_GDB bool "gdb" + depends on BR2_TOOLCHAIN_HAS_THREADS && BR2_TOOLCHAIN_HAS_THREADS_DEBUG + depends on !BR2_nios2 && !BR2_bfin # When the external toolchain gdbserver is copied to the # target, we don't allow building a separate gdbserver. The # one from the external toolchain should be used. select BR2_PACKAGE_GDB_SERVER if \ (!BR2_PACKAGE_GDB_DEBUGGER && !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY) - depends on BR2_TOOLCHAIN_HAS_THREADS && BR2_TOOLCHAIN_HAS_THREADS_DEBUG - depends on !BR2_nios2 && !BR2_bfin help GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or @@ -38,9 +38,9 @@ config BR2_PACKAGE_GDB_SERVER config BR2_PACKAGE_GDB_DEBUGGER bool "full debugger" - select BR2_PACKAGE_NCURSES depends on BR2_USE_WCHAR depends on !BR2_sh && !BR2_microblaze + select BR2_PACKAGE_NCURSES comment "full gdb on target needs a toolchain w/ wchar" depends on !BR2_sh && !BR2_microblaze diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index a059fdc8b7..62b5b1a58c 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -33,9 +33,9 @@ config BR2_PACKAGE_HOST_GDB_SIM choice prompt "GDB debugger Version" + default BR2_GDB_VERSION_7_11 depends on !BR2_arc depends on !BR2_microblaze - default BR2_GDB_VERSION_7_11 help Select the version of gdb you wish to use. @@ -55,9 +55,9 @@ endif # If cross-gdb is not enabled, the latest working version is chosen. config BR2_GDB_VERSION string - depends on BR2_PACKAGE_GDB || BR2_PACKAGE_HOST_GDB default "arc-2017.03-rc1-gdb" if BR2_arc default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze default "7.10.1" if BR2_GDB_VERSION_7_10 default "7.11.1" if BR2_GDB_VERSION_7_11 || !BR2_PACKAGE_HOST_GDB default "7.12.1" if BR2_GDB_VERSION_7_12 + depends on BR2_PACKAGE_GDB || BR2_PACKAGE_HOST_GDB |

