diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-30 00:05:53 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-30 00:05:53 +0200 |
commit | 32ac6af49fbcb53746b88b097780b4f401b88ff8 (patch) | |
tree | 3fcd5ad250fb467cf243748abe87b22eee949b99 /config/debug | |
parent | 6c7f5488ee9e7c89acc50827b4f9813624e241e0 (diff) | |
download | crosstool-ng-32ac6af49fbcb53746b88b097780b4f401b88ff8.tar.gz crosstool-ng-32ac6af49fbcb53746b88b097780b4f401b88ff8.tar.bz2 crosstool-ng-32ac6af49fbcb53746b88b097780b4f401b88ff8.zip |
debug/gdb: don;t install sample gdbinit for old versions
Only starting with gdb-7 does installing the gdbinit sample makes senses.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 478f76bb..119466ed 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -73,10 +73,14 @@ endchoice config GDB_7_0_or_later bool select GDB_HAS_PKGVERSION_BUGURL + select GDB_INSTALL_GDBINIT config GDB_HAS_PKGVERSION_BUGURL bool +config GDB_INSTALL_GDBINIT + bool + config GDB_VERSION string # Don't remove next line |