From f4f4b1cec04650c5dcc3bd776abe41f8fc24348d Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Wed, 1 Jul 2009 05:53:42 +0000 Subject: [gdb] get gid of double underscores in symbols Signed-off-by: Marc Kleine-Budde git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10924 33e552b5-05e3-0310-8538-816dae2090ed --- rules/gdb.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'rules/gdb.in') 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. -- cgit v1.2.3