6: Update unstable RTEMS 6 tool chain

Use official GCC Git repository.

Includes a fix for:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93543
This commit is contained in:
Sebastian Huber 2020-02-04 16:45:24 +01:00
parent f81b0a519f
commit 5b21fd92e5

View File

@ -1,11 +1,11 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gcc_version 5bc9d2f5ed4
%define gcc_version 1dae549dccf
%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 45d8edead5805d5b51d4d452a2f567813ab776301c00dc48562d0d69250141d6b09c2168db1daab9b2a94054a8c3341f27201f4657efc6746aa0288a13d952b5
%define gcc_expand_name gcc-%{gcc_version}
%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=snapshot;h=%{gcc_version};sf=tgz
%hash sha512 %{gcc_expand_name}.tar.gz ed201dfa4e6bcdcbc4889059a9899340993fd9b52591008592c6f31f8254cb9414a544e81a1078bb7576a7a8c240a0dc723e9e2c96af01302c1b9bb76088da28
%define newlib_version ac1ccc29e
%define newlib_external 1