7: Update Binutils, GDB, and GCC

This commit is contained in:
Sebastian Huber 2022-05-03 08:21:31 +02:00
parent a53d2c9432
commit 5866194b11
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 36b1241
%define binutils_version 7a9361c
%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 e7d1ded454aa5f5cb50b59628ac9fb49b03f1130c324e0965122584da86654679a836320998a6aea64c85bcf65c23c3a53c96211c179e7b445e3dfb8fdef3785
%hash sha512 %{binutils_expand_name}.tar.gz 2faae0705902d80f824652a3d8cbc77a96dc0cda1c4773af390ab95b2892dd7a12de6ba4c956c487399a0d028ac9d09e867fafe18dc938a4f1ecaa41986bcd58
%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 e07ea03
%define gcc_version 4c2659c
%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 abba8cc3e9e2c4d43506b60c091b1170b26201befe06a396637ba68f3894813af1bf4e8cbff06b1dc84f469bc961eda814fac35fbef3f883a0937cc192c65404
%hash sha512 %{gcc_expand_name}.tar.gz f00882664308f7fc2c8862e50a202b0e798c03a6c2931372799c78d60ccaaf5485b2468c5ea43b08618ba8588259b84efc3d93908490ef98e7bd2947c91d471c
%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 36b1241
%define gdb_version 7a9361c
%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 e7d1ded454aa5f5cb50b59628ac9fb49b03f1130c324e0965122584da86654679a836320998a6aea64c85bcf65c23c3a53c96211c179e7b445e3dfb8fdef3785
%hash sha512 %{gdb_expand_name}.tar.gz 2faae0705902d80f824652a3d8cbc77a96dc0cda1c4773af390ab95b2892dd7a12de6ba4c956c487399a0d028ac9d09e867fafe18dc938a4f1ecaa41986bcd58
%include %{_configdir}/gdb-8-1.cfg