From f2ecf6d8ce99fe77dd89392df76181185b6bb42c Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Wed, 2 Apr 2008 08:45:40 +0000 Subject: * cross-gdb.make, cross-gdb.in: made gdb version configureable git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@5904 f8d472c7-5700-0410-ac5a-87979cec3adf --- rules/cross-gdb.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'rules/cross-gdb.in') diff --git a/rules/cross-gdb.in b/rules/cross-gdb.in index c99a2b2..dc8580a 100644 --- a/rules/cross-gdb.in +++ b/rules/cross-gdb.in @@ -1,5 +1,5 @@ -config CROSS_GDB - bool "cross gdb" +menuconfig CROSS_GDB + bool "cross gdb " select LIBC_SECOND help GDB is a source-level debugger, capable of breaking programs @@ -7,3 +7,11 @@ config CROSS_GDB determining where errors occurred. Currently, it works for C, C++, Fortran, Modula 2 and Java programs. A must-have for any serious programmer. + +config CROSS_GDB_VERSION + depends on CROSS_GDB + string + prompt "gdb version" + default "6.8" + help + Specify the version of gdb here. -- cgit v1.2.3