summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorBryan Hundven" <bryanhundven@gmail.com>2010-12-09 17:55:15 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-12-09 17:55:15 (GMT)
commitc10e06ed81a7afb628aff6d9f4e6762fc8386c52 (patch)
treee22d2d08ea5d30dcfcae81483931f535c9565311 /config/debug
parentfb70d71c9c5946c47759d24d739a8f0c8900ad49 (diff)
debug/gdb: global static forces static cross-gdb
If the global static option is set, then build host binutils statically. Signed-off-by: "Bryan Hundven" <bryanhundven@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in.cross3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index c731bf6..b5d362c 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -1,5 +1,8 @@
# Menu for the cross GDB
+config STATIC_TOOLCHAIN
+ select GDB_CROSS_STATIC if GDB_CROSS
+
config GDB_CROSS
bool
prompt "Cross-gdb"