6: Update unstable RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2019-07-25 07:51:24 +02:00
parent f79e33f388
commit 639eed3c77
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 0f3f71676a %define binutils_version 442853af24
%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 b65a635503f381da1e9e7c15f96bd71874c57032b3a722cc15b1e3b01a2e60e289c8e93e911777e6a68836b27e73b8d5c7d95c2c5ccdb9b579460e9e514017dc %hash sha512 %{binutils_expand_name}.tar.gz 45e83615e60c92adaa27e6d0f12fa6f6d70fb298299243bde60df710b944c4dd93e0cb7bbab67d4088a60d7502a386c89094f09a5f133a5b75ba026ea9dbcc08
%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 3ff00e683d5 %define gcc_version 7059d0a5dee
%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 22e197ed4a9214f8442d3e6e235f915a2dc588a1d32602974d4f522e5e5836c7a4dba33b4debd9d995b44530b19c632e8633a584b0e8593bb1fb014b89bb3099 %hash sha512 %{gcc_expand_name}.tar.gz a699db1352ae4d4a1f6899920b52b13a34689de8fa620050b54b96cd88a734cf8277acddc11a04913e3066e5bd08ee4620aeda1f4d9755841cfcc47b2a262175
%define newlib_version 9cde02051 %define newlib_version a13145a30
%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 51f8e1ef2caaee86745886ff8c2409c41d47e28146a5aba5ed39e00341daaac2e258ec84b9e8be89b5d3c6cbf89ded30092868f75e8f9a7752082f0327094332 %hash sha512 newlib-%{newlib_version}.tar.gz 5348a0acd2e6de7de5c237f9c0b0cf8568a925609caf7ed12bcc781158214528db1a6c408736e28bd86972cdcd9ef17983fe48f68ad88e9abe2e76df9bd34dfa
%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 0f3f71676a %define gdb_version 442853af24
%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 b65a635503f381da1e9e7c15f96bd71874c57032b3a722cc15b1e3b01a2e60e289c8e93e911777e6a68836b27e73b8d5c7d95c2c5ccdb9b579460e9e514017dc %hash sha512 %{gdb_expand_name}.tar.gz 45e83615e60c92adaa27e6d0f12fa6f6d70fb298299243bde60df710b944c4dd93e0cb7bbab67d4088a60d7502a386c89094f09a5f133a5b75ba026ea9dbcc08
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg