mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Update script to support GDB 7.9
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
7402cd3123
commit
74bd3e0c66
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ default_jlevel="4"
|
|||
jlevel="${default_jlevel}"
|
||||
|
||||
# Supported versions
|
||||
default_versions="6.6 6.7.1 6.8 7.0.1 7.1 7.2 7.3.1 7.4.1 7.5.1 7.6.2 7.7.1 7.8.2"
|
||||
default_versions="6.6 6.7.1 6.8 7.0.1 7.1 7.2 7.3.1 7.4.1 7.5.1 7.6.2 7.7.1 7.8.2 7.9"
|
||||
|
||||
# Is set to "echo" if we are doing a dry-run.
|
||||
dryrun=""
|
||||
|
|
Loading…
Add table
Reference in a new issue