summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-08 15:38:57 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-08 22:15:15 +0200
commit4338a319b72570e433fd7484f8a95e1e0e978941 (patch)
tree7c6779bab5b80dff478d88efd3849f1927917e58 /package/gdb
parent524b6b85595274ca13bd7d01adb61ce2dddd786c (diff)
arch: remove support for sh64
It's been deprecated for quite some time now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gdb/Config.in b/package/gdb/Config.in
index feab01da9..809e02d07 100644
--- a/package/gdb/Config.in
+++ b/package/gdb/Config.in
@@ -40,10 +40,10 @@ config BR2_PACKAGE_GDB_DEBUGGER
bool "full debugger"
select BR2_PACKAGE_NCURSES
depends on BR2_USE_WCHAR
- depends on !BR2_sh && !BR2_sh64 && !BR2_microblaze
+ depends on !BR2_sh && !BR2_microblaze
comment "full gdb on target needs a toolchain w/ wchar"
- depends on !BR2_sh && !BR2_sh64 && !BR2_microblaze
+ depends on !BR2_sh && !BR2_microblaze
depends on !BR2_USE_WCHAR
if BR2_PACKAGE_GDB_DEBUGGER