7: Update Binutils, GDB, and GCC

Close #4741.
This commit is contained in:
Sebastian Huber 2022-10-14 11:32:06 +02:00
parent 36a3d88044
commit e24641bda7
3 changed files with 9 additions and 6 deletions

View File

@ -1,11 +1,12 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define binutils_version f42546b
%define binutils_version ce6c3d2
%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 f17828a61cd19853892cafd6990fa4c13b059afc17a5e7aad01d68da186f3088c65c305eb3bfb998687463e7b3b1f4358a1291a2c4715f82ae1eb3ae858e4017
%hash sha512 %{binutils_expand_name}.tar.gz \
drh71JaHy/tbyPXOVBWIETRMQOhwXuQT+wsYt8m5iCXJoNnkd+h56XopTCtvHNlc7spQUTgGbxcDhO97T5vEEg==
%define with_deterministic_archives 1
%define with_64_bit_bfd 1

View File

@ -1,11 +1,12 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gcc_version 36ecfe1
%define gcc_version d6a488f2
%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 e7eba299d95b299ddb1f2ec3a43c936485e235d08cd0c1c2660fe747b6c185e74f7df5b650d21202566a8cf08332d41d6cec4b0ca54583ae58efcfbfc2633b14
%hash sha512 %{gcc_expand_name}.tar.gz \
R5Qurhxr2tQj2sugPwX3yt2gxGvGRHehdm58sRCOI3xM8yB9GHNF7WkrkwXyifPqqrjcQqoVWokz8cgRhwCdCA==
%define newlib_version 0b6342c
%define newlib_external 1

View File

@ -1,10 +1,11 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%define gdb_version f42546b
%define gdb_version ce6c3d2
%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 f17828a61cd19853892cafd6990fa4c13b059afc17a5e7aad01d68da186f3088c65c305eb3bfb998687463e7b3b1f4358a1291a2c4715f82ae1eb3ae858e4017
%hash sha512 %{gdb_expand_name}.tar.gz \
drh71JaHy/tbyPXOVBWIETRMQOhwXuQT+wsYt8m5iCXJoNnkd+h56XopTCtvHNlc7spQUTgGbxcDhO97T5vEEg==
%include %{_configdir}/gdb-8-1.cfg