6: Update unstable RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2019-10-17 15:32:35 +02:00
parent 4a6f476c14
commit 6424fe04bb
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 c292080e11 %define binutils_version 062f1fc13a
%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 188b3b1053357bb49087f51c2563d5700ca1e52ba3bd7ca45b162b0b3893fae647373facd01425126bc43a0d1405af5ef6866c171ca7c45995225c75dd3f1547 %hash sha512 %{binutils_expand_name}.tar.gz 20459ae86d63bbfbecfa8c24b3b90c224858542b1a5392a9966302f26b0375e0a876b8d2f61a9fdd787236a2fc6f0379f373e65ad10ae0c41a9fcd6d159aa619
%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 2ace3ebdd27 %define gcc_version e63f6c3ec27
%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 2838fd3c3f4897f293a0c8e071f5cca3ebc76f433f7fd44923bb5582cf9842acfe1e84105e39fb143c564467e4f6e919a2284f1d3be2bda1e12d485f849d004c %hash sha512 %{gcc_expand_name}.tar.gz af3bc0f096dbfc6b41a2eb6746851465affbe8a2f1fc16c989330b1c0f70cc6d5b7a68bb1d19a49b36c66c4003b41d5191512ff3e92563527f3074a28edce9c3
%define newlib_version 6061f9c76 %define newlib_version 9e06ba1ac
%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 d8a937a7392c9302e5537e5b59da27eb62016746644bcc85cfe59d204451bf8edb6365c305d55532fb2e3342783c9c9b928bedd01abda796769471ed000af0b8 %hash sha512 newlib-%{newlib_version}.tar.gz 7a79b17f617efe9653981eaa73e2f54fccc257f481bcbe1d4589ce7cb956fce625edd7c188b30ea071ecd37f1e64bd98255c1e6496fc0a5e5936e45472460daa
%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 c292080e11 %define gdb_version 062f1fc13a
%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 188b3b1053357bb49087f51c2563d5700ca1e52ba3bd7ca45b162b0b3893fae647373facd01425126bc43a0d1405af5ef6866c171ca7c45995225c75dd3f1547 %hash sha512 %{gdb_expand_name}.tar.gz 20459ae86d63bbfbecfa8c24b3b90c224858542b1a5392a9966302f26b0375e0a876b8d2f61a9fdd787236a2fc6f0379f373e65ad10ae0c41a9fcd6d159aa619
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg