summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-08-27 18:52:55 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-08-27 18:52:55 +0000
commitf2d8e3bd01d6be25c77f51d157958546da1f0996 (patch)
tree4cc0c5b344d54695d223a32347247424cbda8798 /rules/gdb.in
parent107ec621c0b1a9cddebfdfbae7aed7a7d09f36b2 (diff)
downloadptxdist-f2d8e3bd01d6be25c77f51d157958546da1f0996.tar.gz
ptxdist-f2d8e3bd01d6be25c77f51d157958546da1f0996.tar.xz
Added new native gdb target. [RSC,BSP]
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@230 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 05ec6d090..d084fd51c 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -1,10 +1,15 @@
-config BUILD_CROSSCHAIN_GDB
+config BUILD_XGDB
bool
prompt "Build Cross GDB"
depends on BUILD_CROSSCHAIN
comment "gdbserver needs libthreads_db on target"
-config BUILD_CROSSCHAIN_GDBSERVER
+config BUILD_GDB
+ bool
+ prompt "Build GDB for target"
+ depends on GLIBC_THREAD_DB
+
+config BUILD_GDBSERVER
bool
prompt "Build gdbserver for target"
- depends on BUILD_CROSSCHAIN_GDB && GLIBC_THREAD_DB
+ depends on BUILD_XGDB && GLIBC_THREAD_DB