6: Update unstable RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2019-07-24 16:06:39 +02:00
parent 5eb4282eb4
commit 0e59b48866
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
%include %{_configdir}/checks.cfg %include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg %include %{_configdir}/base.cfg
%define binutils_version 8dc0818eb2 %define binutils_version 0f3f71676a
%define binutils_external 1 %define binutils_external 1
%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version} %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} %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 24b5d063c3cf7f92722a4520547ec7d1f15b729d0d0a2c15dc40eae075ed049bf7638e4120bcbf3cce239e9765548b7b60efc6709b1722831c67360144c8d202 %hash sha512 %{binutils_expand_name}.tar.gz b65a635503f381da1e9e7c15f96bd71874c57032b3a722cc15b1e3b01a2e60e289c8e93e911777e6a68836b27e73b8d5c7d95c2c5ccdb9b579460e9e514017dc
%define with_deterministic_archives 1 %define with_deterministic_archives 1
%define with_64_bit_bfd 1 %define with_64_bit_bfd 1

View File

@ -1,17 +1,17 @@
%include %{_configdir}/checks.cfg %include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg %include %{_configdir}/base.cfg
%define gcc_version c626d41fba9 %define gcc_version 3ff00e683d5
%define gcc_external 1 %define gcc_external 1
%define gcc_expand_name gnu-mirror-gcc-%{gcc_version} %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} %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 17ba75f0b464d870b8698ee6feb9f6f26f1cd59b2e6da679f5daeedfcad86a2b4c666ec8b1e134faad20151cfa291355932f9e3ce390437603f100bd805e3766 %hash sha512 %{gcc_expand_name}.tar.gz 22e197ed4a9214f8442d3e6e235f915a2dc588a1d32602974d4f522e5e5836c7a4dba33b4debd9d995b44530b19c632e8633a584b0e8593bb1fb014b89bb3099
%define newlib_version bae987be1 %define newlib_version 9cde02051
%define newlib_external 1 %define newlib_external 1
%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version} %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} %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 bbdad318c7d047c00b532d5e48386c2abf8b9fabe07e97882fdc0af54644065ad78a18689c528bff239c6b6e767100d6b2cb5dd14ab2558e38ff9e774078aa52 %hash sha512 newlib-%{newlib_version}.tar.gz 51f8e1ef2caaee86745886ff8c2409c41d47e28146a5aba5ed39e00341daaac2e258ec84b9e8be89b5d3c6cbf89ded30092868f75e8f9a7752082f0327094332
%define with_threads 1 %define with_threads 1
%define with_plugin 0 %define with_plugin 0

View File

@ -1,10 +1,10 @@
%include %{_configdir}/checks.cfg %include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg %include %{_configdir}/base.cfg
%define gdb_version 8dc0818eb2 %define gdb_version 0f3f71676a
%define gdb_external 1 %define gdb_external 1
%define gdb_expand_name sourceware-mirror-binutils-gdb-%{gdb_version} %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} %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 24b5d063c3cf7f92722a4520547ec7d1f15b729d0d0a2c15dc40eae075ed049bf7638e4120bcbf3cce239e9765548b7b60efc6709b1722831c67360144c8d202 %hash sha512 %{gdb_expand_name}.tar.gz b65a635503f381da1e9e7c15f96bd71874c57032b3a722cc15b1e3b01a2e60e289c8e93e911777e6a68836b27e73b8d5c7d95c2c5ccdb9b579460e9e514017dc
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg