6: Use GCC 10 branch for RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2020-06-29 09:10:46 +02:00
parent eb9c232722
commit 2990781733
3 changed files with 22 additions and 2 deletions

View File

@ -11,5 +11,5 @@ devel/expat-2.1.0-1
tools/rtems-gdb-head tools/rtems-gdb-head
tools/rtems-binutils-head tools/rtems-binutils-head
tools/rtems-gcc-head-newlib-head tools/rtems-gcc-10-newlib-head
tools/rtems-tools-5-1 tools/rtems-tools-5-1

View File

@ -12,6 +12,6 @@
6/rtems-autotools 6/rtems-autotools
devel/expat-2.1.0-1 devel/expat-2.1.0-1
tools/rtems-binutils-head tools/rtems-binutils-head
tools/rtems-gcc-head-newlib-head tools/rtems-gcc-10-newlib-head
tools/rtems-gdb-7.8.1-1 tools/rtems-gdb-7.8.1-1
tools/rtems-tools-5-1 tools/rtems-tools-5-1

View File

@ -0,0 +1,20 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gcc_version 37ba6ac
%define gcc_external 1
%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
%hash sha512 %{gcc_expand_name}.tar.gz b88d5147de09f282d4ac49eb838e65955a070ef0e9f3d7683b0991a7d3c5486b51551c18572de800bba34ede8282e733338338454057a8e98c235f8305fda0fe
%define newlib_version a97bdf1
%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 783943d27184cd6cc8397fc3be946bdc2298d2a39a06df8c016e1dd310b9f1b366f91d5b1e374bf756d6d7f9c701828e0cc2cb5effa85d40b3699afe7d41c46f
%define with_threads 1
%define with_plugin 0
%define with_iconv 1
%include %{_configdir}/gcc-9.cfg