We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a163a31 commit 446323fCopy full SHA for 446323f
build
@@ -272,9 +272,9 @@ function parse_parameters() {
272
GLIBC="glibc-2.27"
273
ISL="isl-0.17.1" ;;
274
"gnu:6") GCC=gcc-6.5.0 ;;
275
- "gnu:7") GCC=gcc-7.4.0 ;;
276
- "gnu:8") GCC=gcc-8.3.0 ;;
277
- "gnu:9") GCC=gcc-9.1.0 ;;
+ "gnu:7") GCC=gcc-7.5.0 ;;
+ "gnu:8") GCC=gcc-8.4.0 ;;
+ "gnu:9") GCC=gcc-9.3.0 ;;
278
"gnu:10") die "GCC 10.0 is currently a WIP so there is no tarball to download! Either use the git repo or choose a new version..." ;;
279
"linaro:4") GCC=linaro-4.9-2017.01
280
0 commit comments