summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in18
1 files changed, 6 insertions, 12 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 915fdaaf3..ddbaefd28 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -1,11 +1,5 @@
## SECTION=debug_tools
-menu "gdb "
-
-config GDB__VERSION
- string "gdb version"
- default 6.8
-
menuconfig GDB
tristate
prompt "gdb (the real one) "
@@ -14,17 +8,20 @@ menuconfig GDB
if GDB
+config GDB__VERSION
+ string "gdb version"
+ default 6.8
+
config GDB__SHARED
- bool "Build shared"
+ bool "build shared"
default y
select LIBC_M
help
If not set, the build option
LDFLAGS=-static will be activated.
-
choice
- prompt "Select term library"
+ prompt "select term library"
default GDB__TERMCAP
config GDB__TERMCAP
@@ -51,6 +48,3 @@ endchoice
endif
-source "rules/gdbserver.in"
-
-endmenu