7: Update Binutils, GDB, and GCC

This commit is contained in:
Sebastian Huber 2022-04-27 08:24:25 +02:00
parent 3cad3c8cc9
commit eca88d98dd
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version 25209e2
%define binutils_version 1653827
%define binutils_external 1
%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}
%hash sha512 %{binutils_expand_name}.tar.gz 9127c34a2f842d15b547a2a29af1c1c4fb165c03a082d199ffc8a34288db0806ae215dc364668682addedb83d7a720245b22725e8977f4d5a922247b9d38a1aa
%hash sha512 %{binutils_expand_name}.tar.gz 7f2e4326c81118bc3d90a01f3bbbb24618dfc758c464933aef51e21f7a548d340b8929508bed379d72528f9d78c3f896e53c1b7fb7c9cf6e789268912d9cae91
%define with_deterministic_archives 1
%define with_64_bit_bfd 1

View File

@ -1,11 +1,11 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gcc_version b6e3390
%define gcc_version 39d2411
%define gcc_external 1
%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}
%hash sha512 %{gcc_expand_name}.tar.gz 7772b10342bc461709e771dad7cb6f0d99bb0106f05c3e0613770c2fb4bc6232a7193d0158425f47b7835efdbc76a9f182e2b0fcaef5c28ed3e09245e787d3cb
%hash sha512 %{gcc_expand_name}.tar.gz e7aee88bc46385b2bf91e1a5f63ef660ea31305560dc6ad60eb38ea5e9904117b2f95844d4f5fc4abccad9a78897ca2967b2078e5dd0210bd2e50fe321c97ebc
%define newlib_version 64b2081
%define newlib_external 1

View File

@ -1,10 +1,10 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gdb_version 25209e2
%define gdb_version 1653827
%define gdb_external 1
%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}
%hash sha512 %{gdb_expand_name}.tar.gz 9127c34a2f842d15b547a2a29af1c1c4fb165c03a082d199ffc8a34288db0806ae215dc364668682addedb83d7a720245b22725e8977f4d5a922247b9d38a1aa
%hash sha512 %{gdb_expand_name}.tar.gz 7f2e4326c81118bc3d90a01f3bbbb24618dfc758c464933aef51e21f7a548d340b8929508bed379d72528f9d78c3f896e53c1b7fb7c9cf6e789268912d9cae91
%include %{_configdir}/gdb-8-1.cfg