summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gdb.in')
-rw-r--r--rules/cross-gdb.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/rules/cross-gdb.in b/rules/cross-gdb.in
index 84ef046..c983485 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -7,10 +7,17 @@ menuconfig CROSS_GDB
C++, Fortran, Modula 2 and Java programs. A must-have for any
serious programmer.
+if CROSS_GDB
+
config CROSS_GDB_VERSION
- depends on CROSS_GDB
string
prompt "gdb version"
default "6.8"
help
Specify the version of gdb here.
+
+config CROSS_GDB_MD5
+ string
+ prompt "gdb source md5sum"
+
+endif