From 9e7eae6a490333ba2d119dd7e2022a74a2040732 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Mon, 21 Jan 2019 14:29:46 -0300 Subject: [PATCH] gcc upgraded to version 20190118 --- recipes/devel/gcc/recipe | 4 ++-- sources/SOURCELIST.txt | 2 +- sources/gcc-8-20181221.tar.xz.sha256 | 1 - sources/gcc-8-20190118.tar.xz.sha256 | 1 + stages/0/03-gcc-static | 4 ++-- stages/0/05-gcc-final | 4 ++-- stages/1/05-gcc | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 sources/gcc-8-20181221.tar.xz.sha256 create mode 100644 sources/gcc-8-20190118.tar.xz.sha256 diff --git a/recipes/devel/gcc/recipe b/recipes/devel/gcc/recipe index 13873970..ec6ae711 100644 --- a/recipes/devel/gcc/recipe +++ b/recipes/devel/gcc/recipe @@ -15,8 +15,8 @@ # limitations under the License. program=gcc -version=8-20181221 -release=3 +version=8-20190118 +release=1 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/devel" diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 4a658bde..1656c729 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -20,7 +20,7 @@ ftp://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.1b.tar.gz ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.gz ftp://ftp.porcupine.org/pub/security/tcp_wrappers_7.6-ipv6.4.tar.gz -ftp://gcc.gnu.org/pub/gcc/snapshots/8-20181221/gcc-8-20181221.tar.xz +ftp://gcc.gnu.org/pub/gcc/snapshots/8-20190118/gcc-8-20190118.tar.xz ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz ftp://sourceware.org/pub/valgrind/valgrind-3.14.0.tar.bz2 http://alpine.x10host.com/alpine/release/src/alpine-2.21.tar.xz diff --git a/sources/gcc-8-20181221.tar.xz.sha256 b/sources/gcc-8-20181221.tar.xz.sha256 deleted file mode 100644 index 34949c5e..00000000 --- a/sources/gcc-8-20181221.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -04b23027cc961bd2a992ce62e64a7f5b095f921fbd3c32e206f187fb5e2fc57e gcc-8-20181221.tar.xz diff --git a/sources/gcc-8-20190118.tar.xz.sha256 b/sources/gcc-8-20190118.tar.xz.sha256 new file mode 100644 index 00000000..2d3166c5 --- /dev/null +++ b/sources/gcc-8-20190118.tar.xz.sha256 @@ -0,0 +1 @@ +466baee2e7727cca6733d1deb47edf6d30aae3929359a2df0d41deb1c1be539b gcc-8-20190118.tar.xz diff --git a/stages/0/03-gcc-static b/stages/0/03-gcc-static index 2e724ab8..edf67604 100755 --- a/stages/0/03-gcc-static +++ b/stages/0/03-gcc-static @@ -1,6 +1,6 @@ # Build script for gcc. # -# Copyright (c) 2016-2018 Matias Fonzo, . +# Copyright (c) 2016-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=8-20181221 +version=8-20190118 # Prerequisites gmp_version=6.1.2 diff --git a/stages/0/05-gcc-final b/stages/0/05-gcc-final index 8e64dad5..2b4573db 100755 --- a/stages/0/05-gcc-final +++ b/stages/0/05-gcc-final @@ -1,6 +1,6 @@ # Build script for gcc. # -# Copyright (c) 2016-2018 Matias Fonzo, . +# Copyright (c) 2016-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=8-20181221 +version=8-20190118 # Prerequisites gmp_version=6.1.2 diff --git a/stages/1/05-gcc b/stages/1/05-gcc index 2d1fa055..0613e33a 100755 --- a/stages/1/05-gcc +++ b/stages/1/05-gcc @@ -1,6 +1,6 @@ # Build script for gcc. # -# Copyright (c) 2016-2018 Matias Fonzo, . +# Copyright (c) 2016-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=8-20181221 +version=8-20190118 # Prerequisites gmp_version=6.1.2 -- 2.11.4.GIT