5: Update to GCC 9.2.0 release

This commit is contained in:
Sebastian Huber 2019-08-12 13:03:52 +02:00
parent 0487ce69ba
commit 5a0dba77b1
4 changed files with 21 additions and 3 deletions

View File

@ -11,5 +11,5 @@
devel/expat-2.1.0-1 devel/expat-2.1.0-1
tools/rtems-gdb-8.2.1-1 tools/rtems-gdb-8.2.1-1
tools/rtems-binutils-2.32 tools/rtems-binutils-2.32
tools/rtems-gcc-9.1.0-newlib-6661a67 tools/rtems-gcc-9.2.0-newlib-6661a67
tools/rtems-tools-5-1 tools/rtems-tools-5-1

View File

@ -12,6 +12,6 @@
devel/expat-2.1.0-1 devel/expat-2.1.0-1
tools/rtems-gdb-8.2.1-1 tools/rtems-gdb-8.2.1-1
tools/rtems-binutils-2.32 tools/rtems-binutils-2.32
tools/rtems-gcc-9.1.0-newlib-6661a67 tools/rtems-gcc-9.2.0-newlib-6661a67
tools/rtems-tools-5-1 tools/rtems-tools-5-1
devel/sis-2-1 devel/sis-2-1

View File

@ -9,5 +9,5 @@
devel/expat-2.1.0-1 devel/expat-2.1.0-1
tools/rtems-gdb-8.2.1-1 tools/rtems-gdb-8.2.1-1
tools/rtems-binutils-2.32 tools/rtems-binutils-2.32
tools/rtems-gcc-9.1.0-newlib-6661a67 tools/rtems-gcc-9.2.0-newlib-6661a67
tools/rtems-tools-5-1 tools/rtems-tools-5-1

View File

@ -0,0 +1,18 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gcc_version 9.2.0
%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.xz
%hash sha512 gcc-%{gcc_version}.tar.xz a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040
%define newlib_version 6661a67
%define newlib_external 1
%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
%hash sha512 newlib-%{newlib_version}.tar.gz f138b4b9d894e8162ba504c53d41131e07f99b4d75985308f04545c63e6ffb8e619c6658b7e371abbd04cb3956125dea81c89f87ba4bcb5a8e77a48ef6b811d7
%define with_threads 1
%define with_plugin 0
%define with_iconv 1
%include %{_configdir}/gcc-9.cfg