mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Update GDB versions in download-build-gdb.sh
- 8.0.1 is out now, so we should use this instead of 8.0. - 8.1 is out, so add it. Change-Id: Iba8a0cf453dfd0b2e488fd89f7412a02aac421f6 Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
This commit is contained in:
parent
35bf85ebde
commit
fadd0a5015
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ default_jlevel="4"
|
|||
jlevel="${default_jlevel}"
|
||||
|
||||
# Supported versions
|
||||
default_versions="8.0 7.12.1 7.11.1 7.10.1 7.9.1 7.8.2 7.7.1 7.6.2 7.5.1 7.4.1 7.3.1 7.2 7.1 7.0.1 6.8 6.7.1 6.6"
|
||||
default_versions="8.1 8.0.1 7.12.1 7.11.1 7.10.1 7.9.1 7.8.2 7.7.1 7.6.2 7.5.1 7.4.1 7.3.1 7.2 7.1 7.0.1 6.8 6.7.1 6.6"
|
||||
|
||||
# Is set to "echo" if we are doing a dry-run.
|
||||
dryrun=""
|
||||
|
|
Loading…
Add table
Reference in a new issue