Skip to content

Commit 446323f

Browse files
committed
build: update gnu toolchain tarballs
* gcc-7.4.0 -> gcc-7.5.0 * gcc-8.3.0 -> gcc-8.4.0 * gcc-9.1.0 -> gcc-9.3.0 Signed-off-by: mortezadadgar <[email protected]>
1 parent a163a31 commit 446323f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ function parse_parameters() {
272272
GLIBC="glibc-2.27"
273273
ISL="isl-0.17.1" ;;
274274
"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 ;;
275+
"gnu:7") GCC=gcc-7.5.0 ;;
276+
"gnu:8") GCC=gcc-8.4.0 ;;
277+
"gnu:9") GCC=gcc-9.3.0 ;;
278278
"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..." ;;
279279
"linaro:4") GCC=linaro-4.9-2017.01
280280
GLIBC="glibc-2.27"

0 commit comments

Comments
 (0)