summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-07-01 05:53:42 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-07-01 05:53:42 +0000
commitf4f4b1cec04650c5dcc3bd776abe41f8fc24348d (patch)
tree55ea7fccc0fb45bffa637bbb3162f402883f4f86 /rules/gdb.in
parentb004a2812032601fef2d284632f874cb434abcbd (diff)
downloadptxdist-f4f4b1cec04650c5dcc3bd776abe41f8fc24348d.tar.gz
ptxdist-f4f4b1cec04650c5dcc3bd776abe41f8fc24348d.tar.xz
[gdb] get gid of double underscores in symbols
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10924 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 5e899c934..15a3954f1 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -3,8 +3,8 @@
menuconfig GDB
tristate
prompt "gdb (the real one) "
- select TERMCAP if GDB__TERMCAP
- select NCURSES if GDB__NCURSES
+ select TERMCAP if GDB_TERMCAP
+ select NCURSES if GDB_NCURSES
help
The GNU Debugger
@@ -16,7 +16,7 @@ menuconfig GDB
if GDB
-config GDB__SHARED
+config GDB_SHARED
bool "build shared"
default y
select LIBC_M
@@ -26,9 +26,9 @@ config GDB__SHARED
choice
prompt "select term library"
- default GDB__TERMCAP
+ default GDB_TERMCAP
- config GDB__TERMCAP
+ config GDB_TERMCAP
bool "termcap"
help
Use termcap as terminal library.
@@ -38,7 +38,7 @@ choice
to terminals in a way independent of the
terminal type.
- config GDB__NCURSES
+ config GDB_NCURSES
bool "ncurses"
help
Use ncurses as terminal library.