6: Update unstable RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2020-01-02 12:45:45 +01:00
parent 57011908b0
commit 2fe8c3a698
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 cda8d785b3 %define binutils_version a7e3d08a26e
%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 3f3659cdeeeb2155af1d8cdd2c41749c9212aa798100b86c83687bd7893ad2e4c25ebf8d47c3ed523487c66f3191b4810c958bc22de06f83bc7a6a00f3547337 %hash sha512 %{binutils_expand_name}.tar.gz 31f0a464caa3b71c34e217834149d311ad7d2795644c43afea14a149aed1a2ed79c858d797182c55e1dae8bcd8075209207e976539320e59c80264d02fb812fd
%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 b049f8a6116 %define gcc_version 86e1d9f75ba
%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 61a65ebc0a504149b82b777f8ebf9e3268d2fa303a2a0092dc2d0ef7e72168f4aad6a00384fdce3fa0e1a15bb7696875e613c7c8f54be4020529806ced286151 %hash sha512 %{gcc_expand_name}.tar.gz 18e35e9e9efa0c45fa4c353ef6a4d6f214499192294d522a42cc05ec25ec10e9e385203c5f6bd278179f4803e2aa48d3f917d8d2e82e860800c50b033249fa62
%define newlib_version 27202a1b1 %define newlib_version 7685c4dd6
%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 dfad343ae48427245f31a20e9d955890a152cc53cce20319b7c069bfc0b81c1c59eaa4442487e68c49c8b503bad2b883d0b118be8ab10aaac961ca300bd80e75 %hash sha512 newlib-%{newlib_version}.tar.gz efd12e792ed1d9bd6a3545444b4a08328b5fa68df6256b859386dbfb40d4039c5f77b8723477295ce5001d2e290424ee6afe59370f7c967bae304250a0ac9a19
%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 cda8d785b3 %define gdb_version a7e3d08a26e
%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 3f3659cdeeeb2155af1d8cdd2c41749c9212aa798100b86c83687bd7893ad2e4c25ebf8d47c3ed523487c66f3191b4810c958bc22de06f83bc7a6a00f3547337 %hash sha512 %{gdb_expand_name}.tar.gz 31f0a464caa3b71c34e217834149d311ad7d2795644c43afea14a149aed1a2ed79c858d797182c55e1dae8bcd8075209207e976539320e59c80264d02fb812fd
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg