Browse Source

package/gdb: Enable OpenRISC GDB support

The OpenRiSC gdb port has supported native debugging since version 8.3
and remote debugging since before that.  So it is now safe to enabled
this.

This patch removes the conditions blocking gdb from being built on or1k
architecture builds.

Signed-off-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Stafford Horne 3 years ago
parent
commit
991b7b990a
2 changed files with 0 additions and 2 deletions
  1. 0 1
      package/gdb/Config.in
  2. 0 1
      package/gdb/Config.in.host

+ 0 - 1
package/gdb/Config.in

@@ -3,7 +3,6 @@ config BR2_PACKAGE_GDB_ARCH_SUPPORTS
 	default y
 	default y
 	depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
 	depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
 	depends on !BR2_microblaze
 	depends on !BR2_microblaze
-	depends on !BR2_or1k
 
 
 comment "gdb/gdbserver needs a toolchain w/ threads, threads debug"
 comment "gdb/gdbserver needs a toolchain w/ threads, threads debug"
 	depends on BR2_PACKAGE_GDB_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_GDB_ARCH_SUPPORTS

+ 0 - 1
package/gdb/Config.in.host

@@ -3,7 +3,6 @@ config BR2_PACKAGE_HOST_GDB_ARCH_SUPPORTS
 	default y
 	default y
 	depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
 	depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT)
 	depends on !BR2_microblaze
 	depends on !BR2_microblaze
-	depends on !BR2_or1k
 
 
 comment "Host GDB Options"
 comment "Host GDB Options"
 	depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
 	depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY