6: Update unstable RTEMS 6 tool chain

Pick up a fix for Ada.
This commit is contained in:
Sebastian Huber 2019-01-18 10:00:34 +01:00
parent 1dfc4dd60c
commit 0bb29a38fb
3 changed files with 6 additions and 6 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 e89c694196 %define binutils_version 241110d6cd
%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 8e9dd71e0335f090f3d7c6e5997938f42d3ff432f06ac5d05c2cfff0e25ec7a4fece8a567b9ae5be0c3d7c9202827e26b36489c545a50f0a547f4671e9c35175 %hash sha512 %{binutils_expand_name}.tar.gz 68d3ba29e23861d26d30eed411dcc5da4216c8195c14df87e8a374753e7b3c8c43cb4bbe3be49796a3757dfb4e52de2b7fc7b1f16f183ba0d8b1773f649db2ec
%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,11 +1,11 @@
%include %{_configdir}/checks.cfg %include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg %include %{_configdir}/base.cfg
%define gcc_version 555388b4f80 %define gcc_version 597c6d15f88
%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 d30775d19b5186879a5f00d72fbd25c5ba0a4a126a10504f537d4af80eb5f1054f8990821359137e97094f2d6967979971c60200455c3df0fc87baed647b6018 %hash sha512 %{gcc_expand_name}.tar.gz 280721c960253f10fc3f0f2d918e35df10c9996ce629e319821e9217265914c1104b7372e26b3fb95dda6597ef0e3159fc4356ecbb2162b8dd7161f9202cf74a
%define newlib_version 7f983079d %define newlib_version 7f983079d
%define newlib_external 1 %define newlib_external 1

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 e89c694196 %define gdb_version 241110d6cd
%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 8e9dd71e0335f090f3d7c6e5997938f42d3ff432f06ac5d05c2cfff0e25ec7a4fece8a567b9ae5be0c3d7c9202827e26b36489c545a50f0a547f4671e9c35175 %hash sha512 %{gdb_expand_name}.tar.gz 68d3ba29e23861d26d30eed411dcc5da4216c8195c14df87e8a374753e7b3c8c43cb4bbe3be49796a3757dfb4e52de2b7fc7b1f16f183ba0d8b1773f649db2ec
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg