From aa74610da331f1530ee8d501cc71631e296317d7 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Nov 13 2016 17:39:01 +0000 Subject: bootstrap build for 6.2.0 --- diff --git a/.gitignore b/.gitignore index 275eac0..0b373a9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /gcc-4.9.2.tar.bz2 /gcc-5.2.0.tar.bz2 /gcc-6.1.0.tar.bz2 +/gcc-6.2.0.tar.bz2 diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec index 67b38bf..986bf19 100644 --- a/arm-none-eabi-gcc-cs.spec +++ b/arm-none-eabi-gcc-cs.spec @@ -1,16 +1,16 @@ %global processor_arch arm %global target %{processor_arch}-none-eabi -%global gcc_ver 6.1.0 -%global gcc_short_ver 6.1 +%global gcc_ver 6.2.0 +%global gcc_short_ver 6.2 # we need newlib to compile complete gcc, but we need gcc to compile newlib, # so compile minimal gcc first -%global bootstrap 0 +%global bootstrap 1 Name: %{target}-gcc-cs Epoch: 1 -Version: 6.1.0 -Release: 2%{?dist} +Version: 6.2.0 +Release: 1%{?dist} Summary: GNU GCC for cross-compilation for %{target} target Group: Development/Tools @@ -284,6 +284,9 @@ popd %endif %changelog +* Sun Nov 13 2016 Michal Hlavinka - 1:6.2.0-1 +- bootstrap build for 6.2.0 + * Fri Jul 08 2016 Michal Hlavinka - 1:6.1.0-2 - proper build of new version diff --git a/sources b/sources index 9bbab59..53f949d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fb6cb98b8459f5863328380fbf06bd1 gcc-6.1.0.tar.bz2 +9768625159663b300ae4de2f4745fcc4 gcc-6.2.0.tar.bz2