summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.cross
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-02-28 20:16:10 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2016-02-28 20:16:10 (GMT)
commitc1c03aa27c27e4e96be6486d90093babc6f1b638 (patch)
tree4af8062b016b77d0db330ffea00b3c8dfd27ddea /config/debug/gdb.in.cross
parent01bc77f5f1704407061b80048950eb824748997e (diff)
parentb3869e933b29286fe362e68fbda3184acf655de8 (diff)
Merge pull request #356 from bhundven/check_static_link
configure: Check to see if gcc can static link
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r--config/debug/gdb.in.cross1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index 99c9825..07b85b8 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -18,6 +18,7 @@ if GDB_CROSS
config GDB_CROSS_STATIC
bool
prompt "Build a static cross gdb"
+ depends on CONFIGURE_has_static_link
select WANTS_STATIC_LINK
help
A static cross gdb can be usefull if you debug on a machine that is