From 129b6dcae53da6ef139a4b5878b008457a1c173b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 23 Feb 2019 16:47:35 -0300 Subject: [PATCH] gcc upgraded to version 8-20190222 --- recipes/devel/gcc/recipe | 2 +- sources/SOURCELIST.txt | 2 +- sources/gcc-8-20190201.tar.xz.sha256 | 1 - sources/gcc-8-20190222.tar.xz.sha256 | 1 + stages/0/03-gcc-static | 2 +- stages/0/05-gcc-final | 2 +- stages/1/05-gcc | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sources/gcc-8-20190201.tar.xz.sha256 create mode 100644 sources/gcc-8-20190222.tar.xz.sha256 diff --git a/recipes/devel/gcc/recipe b/recipes/devel/gcc/recipe index a4292b7b..43457bc3 100644 --- a/recipes/devel/gcc/recipe +++ b/recipes/devel/gcc/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=gcc -version=8-20190201 +version=8-20190222 release=1 # Set 'outdir' for a nice and well-organized output directory diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 9e7e483a..f378fc44 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-20190201/gcc-8-20190201.tar.xz +ftp://gcc.gnu.org/pub/gcc/snapshots/8-20190222/gcc-8-20190222.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-20190201.tar.xz.sha256 b/sources/gcc-8-20190201.tar.xz.sha256 deleted file mode 100644 index 283c2d47..00000000 --- a/sources/gcc-8-20190201.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -3c752274a484ff934dd4849d73c3218565f5c36a3f56319295f648cd9b989b60 gcc-8-20190201.tar.xz diff --git a/sources/gcc-8-20190222.tar.xz.sha256 b/sources/gcc-8-20190222.tar.xz.sha256 new file mode 100644 index 00000000..da3a7a51 --- /dev/null +++ b/sources/gcc-8-20190222.tar.xz.sha256 @@ -0,0 +1 @@ +2dc39abb337369fe43f2fb760d2787a47cc4f934179b9b43f6790bddc5169a56 gcc-8-20190222.tar.xz diff --git a/stages/0/03-gcc-static b/stages/0/03-gcc-static index b90a93d4..6f24635f 100755 --- a/stages/0/03-gcc-static +++ b/stages/0/03-gcc-static @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=8-20190201 +version=8-20190222 # Prerequisites gmp_version=6.1.2 diff --git a/stages/0/05-gcc-final b/stages/0/05-gcc-final index f8f5aa6c..19744c71 100755 --- a/stages/0/05-gcc-final +++ b/stages/0/05-gcc-final @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=8-20190201 +version=8-20190222 # Prerequisites gmp_version=6.1.2 diff --git a/stages/1/05-gcc b/stages/1/05-gcc index e68de837..1ceaf4c6 100755 --- a/stages/1/05-gcc +++ b/stages/1/05-gcc @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=8-20190201 +version=8-20190222 # Prerequisites gmp_version=6.1.2 -- 2.11.4.GIT