diff options
Diffstat (limited to 'package/gdb/Config.in')
-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 3acc6ef996..67ef010920 100644 --- a/package/gdb/Config.in +++ b/package/gdb/Config.in @@ -1,8 +1,10 @@ config BR2_PACKAGE_GDB_ARCH_SUPPORTS bool default y + depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT) depends on !BR2_bfin depends on !BR2_nios2 + depends on !BR2_or1k comment "gdb/gdbserver needs a toolchain w/ threads, threads debug" depends on BR2_PACKAGE_GDB_ARCH_SUPPORTS |