6: Update unstable RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2020-06-29 09:22:09 +02:00
parent 907eabfc3c
commit eb9c232722
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 cab5c3b %define binutils_version 4e394b2
%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 9ba6f3fbb056669d00695466e264b9bd48c510e08207a18063c02a03ec3738d09e7fa022aa3f3763b58474460f29e53c39bc57009bca83b488cd26f37c8007e6 %hash sha512 %{binutils_expand_name}.tar.gz 884bdd5bf92fe4420c68d6ca7ac943302190f3ed4135b47dc699c55ea9b71e87ee200fed4acb1d3362f6184ec5012590d976e8465e6acee5f24ab7096d7ec0a5
%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 b952c2c %define gcc_version 6927353
%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 f13f6ef3c4316246fe2aaf67fe2d4033fe7a13a696a15b7c8d2385f0706c9de33ad714e8afe7f7b39b8c911e081505e69a7f602090226591efbcefcef821e68e %hash sha512 %{gcc_expand_name}.tar.gz 4b1897e2a99df2eb4f89e783c7477dd0225dfb0d12710e6adc145e01ca400a434b20dbac0e0073d4cdf2f4bcc0b65833d25cc0932723f09a5e9df12e6fad636a
%define newlib_version a97bdf1 %define newlib_version a97bdf1
%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 cab5c3b %define gdb_version 4e394b2
%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 9ba6f3fbb056669d00695466e264b9bd48c510e08207a18063c02a03ec3738d09e7fa022aa3f3763b58474460f29e53c39bc57009bca83b488cd26f37c8007e6 %hash sha512 %{gdb_expand_name}.tar.gz 884bdd5bf92fe4420c68d6ca7ac943302190f3ed4135b47dc699c55ea9b71e87ee200fed4acb1d3362f6184ec5012590d976e8465e6acee5f24ab7096d7ec0a5
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg