summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2006-02-11 13:28:41 +0000
committerLadislav Michl <ladis@linux-mips.org>2006-02-11 13:28:41 +0000
commit09bde04b33c51a977eb47681c5b7b05ef73dbc98 (patch)
tree805c11dee87c416c5a150cd3032ec13c04c1bc7a /rules/gdb.in
parent066bf4859008dcf650766ff5c9c71e9362724bfe (diff)
downloadptxdist-09bde04b33c51a977eb47681c5b7b05ef73dbc98.tar.gz
ptxdist-09bde04b33c51a977eb47681c5b7b05ef73dbc98.tar.xz
Indent with <tab> not 8 <space>s.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4572 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 8cedbb070..cd786ab7b 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -4,7 +4,7 @@ source "rules/gdbserver.in"
config GDB
bool "gdb (the real one)"
- select GLIBC_LIBM if (GLIBC && GLIBC_INSTALL && GDB_SHARED)
+ select GLIBC_LIBM if (GLIBC && GLIBC_INSTALL && GDB_SHARED)
select TERMCAP if GDB_TERMCAP
select NCURSES if GDB_NCURSES
# FIXME: this does not work, the script creates dependencies for
@@ -34,9 +34,9 @@ choice
endchoice
config GDB_THREAD_DEBUG
- bool "enable Thread Debugging (i.e.: don't strip C-library)"
- depends on GDB || GDBSERVER
- default y
- select GLIBC_DEBUG if GLIBC
+ bool "enable Thread Debugging (i.e.: don't strip C-library)"
+ depends on GDB || GDBSERVER
+ default y
+ select GLIBC_DEBUG if GLIBC
help
FIXME: This item needs to be documented