6: Update unstable RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2019-06-19 10:40:46 +02:00
parent 9e8e023d01
commit e8f182037b
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 e41d1c49a1 %define binutils_version 6f5601c4d0
%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 dd43ca260ae4317f0825496d285a9dfa833920861606307cee11d50278936f902b9f7373c0311f64606de286edda6253dab9ca33402b02a359a6e0881ddd0f6d %hash sha512 %{binutils_expand_name}.tar.gz c0bf9c121a5b2a2c05e8bb76a04de8b702e1fa5013fd29037b5e5d06665040886f08e093472c5767f8a5c9de61ceb136b8030d0372bd181cebf8ac5c58feaaca
%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 3984c5cdfac %define gcc_version 20a381c444d
%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 842cfb4051a89e474b520b313ccf4c360b5b4128e9b04651683ee7138430bca16ccc051818871e1862d5aee0b76e859bfa6a091d91075b87c6e5f80e652b0922 %hash sha512 %{gcc_expand_name}.tar.gz edc0389c253cf7231dd4e23cc29b50532da6130d6285107f27031ddc2118f9e335587ff19de820b49b367fd9cfa4ee8e6e2c77dc11bdad84410464ccba17eedb
%define newlib_version 000f2409b %define newlib_version ad101bcb0
%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 c323139c3ab3d9203543dbf3f3d407a14b995b3bf24e09001baabdebe1990a26996fbef84dd0a922bb96c1d9584f3f676a962fd0d86db90906de8d78a903e301 %hash sha512 newlib-%{newlib_version}.tar.gz 17881d124619f673b9653fe59e8dbbfcdae1f97d65e8da8927c6a57226ae2540eb23b1c15c8239eb99ceac06402044febd4110f1be61c448df2916519f59c33f
%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 e41d1c49a1 %define gdb_version 6f5601c4d0
%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 dd43ca260ae4317f0825496d285a9dfa833920861606307cee11d50278936f902b9f7373c0311f64606de286edda6253dab9ca33402b02a359a6e0881ddd0f6d %hash sha512 %{gdb_expand_name}.tar.gz c0bf9c121a5b2a2c05e8bb76a04de8b702e1fa5013fd29037b5e5d06665040886f08e093472c5767f8a5c9de61ceb136b8030d0372bd181cebf8ac5c58feaaca
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg