5: Use latest GCC for riscv

This is a preparation to update or1k to use the latest GCC.

Update #3602.
This commit is contained in:
Sebastian Huber 2018-11-12 07:26:38 +01:00
parent c5ad16abad
commit 55aff9097f
2 changed files with 21 additions and 1 deletions

View File

@ -11,7 +11,7 @@
devel/expat-2.1.0-1
tools/rtems-binutils-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2
tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f
tools/rtems-gcc-4c0c3d1029e79b6709b43fed8c5a5944f245516d-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f
tools/rtems-gdb-ce73f310150418a9a1625ab60a527d959096a9e2
tools/rtems-tools-5-1
tools/rtems-kernel-5

View File

@ -0,0 +1,20 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gcc_version 4c0c3d1029e79b6709b43fed8c5a5944f245516d
%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 72250a27f4b532fe1347fc8064e5d4b532977e3e97a3f347bf57e327650a5a52ce155e5364d0c8a9fbbc261f8ed49868551e6486b40b8d53940d3763b28d2bec
%define newlib_version 2ab57ad59bc35dafffa69cd4da5e228971de069f
%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 e8c33201fda8182151513c9f1a5bfc6198b33ec1c844f150751532f1a9ee00b2d5dd2de29ae315a7b9c397e43c83d82263839faad482044fde0345d14c19882f
%define with_threads 1
%define with_plugin 0
%define with_iconv 1
%include %{_configdir}/gcc-9.cfg