mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
7: Update tool chain
This commit is contained in:
parent
775df1f5f6
commit
62363ba982
@ -1,11 +1,11 @@
|
|||||||
%include %{_configdir}/checks.cfg
|
%include %{_configdir}/checks.cfg
|
||||||
%include %{_configdir}/base.cfg
|
%include %{_configdir}/base.cfg
|
||||||
|
|
||||||
%define binutils_version ccdc02e
|
%define binutils_version 4ef6d2f
|
||||||
%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 9156a07b63c5278a309f9e1396a7de881f9f2128441d5498850774955b1407d0f5eb755f81e3d22c5794be91ef3b0d0ce219574dbd1911f133c432a7575cef4c
|
%hash sha512 %{binutils_expand_name}.tar.gz 5e3c8d7d6d6a0907a45cabec65b48953906ea2fc6b8c7a909cc56c7383c95f083ac56db600d27442301b255b58a6febbe4bf51b0a82991d6685eab7b4391d272
|
||||||
|
|
||||||
%define with_deterministic_archives 1
|
%define with_deterministic_archives 1
|
||||||
%define with_64_bit_bfd 1
|
%define with_64_bit_bfd 1
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%include %{_configdir}/checks.cfg
|
%include %{_configdir}/checks.cfg
|
||||||
%include %{_configdir}/base.cfg
|
%include %{_configdir}/base.cfg
|
||||||
|
|
||||||
%define gcc_version 0455cd7
|
%define gcc_version 1973bea
|
||||||
%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 ff9994473564aea482c0e27d57e5d88b158c84c7792e57357a9a2f2d8dcc78ce3870e1efa5d6f3a3e10588c4a53ba47121b96a0bf2de8c02d0fcada02aeed7f7
|
%hash sha512 %{gcc_expand_name}.tar.gz b45b120f00327aee3b7daf798caaba07413f310ff4e2de01d2da8080a50f40e4e9b826d8c67a76ae2f2b175479911b1a421eb9d3d4361198b4246803ce817279
|
||||||
|
|
||||||
%define newlib_version d10d0d9
|
%define newlib_version d10d0d9
|
||||||
%define newlib_external 1
|
%define newlib_external 1
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%include %{_configdir}/checks.cfg
|
%include %{_configdir}/checks.cfg
|
||||||
%include %{_configdir}/base.cfg
|
%include %{_configdir}/base.cfg
|
||||||
|
|
||||||
%define gdb_version ccdc02e
|
%define gdb_version 4ef6d2f
|
||||||
%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 9156a07b63c5278a309f9e1396a7de881f9f2128441d5498850774955b1407d0f5eb755f81e3d22c5794be91ef3b0d0ce219574dbd1911f133c432a7575cef4c
|
%hash sha512 %{gdb_expand_name}.tar.gz 5e3c8d7d6d6a0907a45cabec65b48953906ea2fc6b8c7a909cc56c7383c95f083ac56db600d27442301b255b58a6febbe4bf51b0a82991d6685eab7b4391d272
|
||||||
|
|
||||||
%include %{_configdir}/gdb-8-1.cfg
|
%include %{_configdir}/gdb-8-1.cfg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user