diff options
Diffstat (limited to 'package/gdb')
-rw-r--r-- | package/gdb/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gdb/Config.in b/package/gdb/Config.in index de98d3d22e..5776a97fc3 100644 --- a/package/gdb/Config.in +++ b/package/gdb/Config.in @@ -1,4 +1,5 @@ comment "gdb/gdbserver needs a toolchain w/ threads, threads debug" + depends on !BR2_aarch64 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HAS_THREADS_DEBUG config BR2_PACKAGE_GDB @@ -42,6 +43,7 @@ config BR2_PACKAGE_GDB_DEBUGGER depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin comment "full gdb on target needs a toolchain w/ wchar" + depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin depends on !BR2_USE_WCHAR endif |