summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.cross
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r--config/debug/gdb.in.cross9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index d9e80d4..dc5a131 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -38,5 +38,12 @@ config GDB_CROSS_PYTHON
Building a static gdb can help in this regard, although there
have been reports of problems when linking gdb to the static
libpython.a. This should be fixed in gdb >=7.3. YMMV.
-
+
+config GDB_CROSS_EXTRA_CONFIG_ARRAY
+ string
+ prompt "Cross-gdb extra config"
+ default ""
+ help
+ Extra flags to pass onto ./configure when configuring the gdb cross.
+
endif # GDB_CROSS