summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-12-21 14:18:10 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-12-21 14:18:10 +0000
commit207403d17637289e6c05458c533533e7a510d261 (patch)
treee79df3ede4f9df5263b1c807a5064659861a8a95 /rules/gdb.in
parent28bbe7a71c941d1d030a6447eec61bb2d23810e3 (diff)
downloadptxdist-207403d17637289e6c05458c533533e7a510d261.tar.gz
ptxdist-207403d17637289e6c05458c533533e7a510d261.tar.xz
* menu: cleanup and more migration to generated .in files
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9297 33e552b5-05e3-0310-8538-816dae2090ed
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