6: Update unstable RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2019-12-20 12:11:32 +01:00
parent f484118169
commit 57011908b0
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version 5085593976
%define binutils_version cda8d785b3
%define binutils_external 1
%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
%hash sha512 %{binutils_expand_name}.tar.gz de0d3447ff147e1d00231fff3c5085f18752879e117c9eba7ada9c15250fbe1402a5aa5813f31009331f367989a8e81f26348244adac15120fd73ed72a9b44a3
%hash sha512 %{binutils_expand_name}.tar.gz 3f3659cdeeeb2155af1d8cdd2c41749c9212aa798100b86c83687bd7893ad2e4c25ebf8d47c3ed523487c66f3191b4810c958bc22de06f83bc7a6a00f3547337
%define with_deterministic_archives 1
%define with_64_bit_bfd 1

View File

@ -1,17 +1,17 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gcc_version 0bf5b5eb8f0
%define gcc_version b049f8a6116
%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 463aabd75b6eff939df017e43296157dd7566bea0633db81d887c1dc61b6eed08f1d72043ad43e017bdc5dc9e4a197dc91caedb43c5c047f41eb49496dbaf41c
%hash sha512 %{gcc_expand_name}.tar.gz 61a65ebc0a504149b82b777f8ebf9e3268d2fa303a2a0092dc2d0ef7e72168f4aad6a00384fdce3fa0e1a15bb7696875e613c7c8f54be4020529806ced286151
%define newlib_version 7a526cdc2
%define newlib_version 27202a1b1
%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 76dd49678bc3fdeb3b1e76ddca25c33f14ee06a9f63e5a24a8661ea5a0b92bc5e76b89e6d7cbb40d68b8d09059fd25f38483b948a82a9801ebc99d849466ce39
%hash sha512 newlib-%{newlib_version}.tar.gz dfad343ae48427245f31a20e9d955890a152cc53cce20319b7c069bfc0b81c1c59eaa4442487e68c49c8b503bad2b883d0b118be8ab10aaac961ca300bd80e75
%define with_threads 1
%define with_plugin 0

View File

@ -1,10 +1,10 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gdb_version 5085593976
%define gdb_version cda8d785b3
%define gdb_external 1
%define gdb_expand_name sourceware-mirror-binutils-gdb-%{gdb_version}
%source set gdb --rsb-file=%{gdb_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{gdb_version}
%hash sha512 %{gdb_expand_name}.tar.gz de0d3447ff147e1d00231fff3c5085f18752879e117c9eba7ada9c15250fbe1402a5aa5813f31009331f367989a8e81f26348244adac15120fd73ed72a9b44a3
%hash sha512 %{gdb_expand_name}.tar.gz 3f3659cdeeeb2155af1d8cdd2c41749c9212aa798100b86c83687bd7893ad2e4c25ebf8d47c3ed523487c66f3191b4810c958bc22de06f83bc7a6a00f3547337
%include %{_configdir}/gdb-8-1.cfg