mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
6: Update unstable RTEMS 6 tool chain
This commit is contained in:
parent
30725b64f8
commit
96cdedce58
@ -1,11 +1,11 @@
|
||||
%include %{_configdir}/checks.cfg
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define binutils_version 24872cb3021
|
||||
%define binutils_version 771dd3a
|
||||
%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 cecd2c748339bbed34085047dc91d0eb562c9624ab6f28da4212f6ce4207dbf4297f40383cb3e4a4f589fd1f170f1426cd34f4bae88b64a9f7b74c13a951cd51
|
||||
%hash sha512 %{binutils_expand_name}.tar.gz 21e2ade23a5fcf4c26d1eb8dd93198d7f474d29f1378cd667dc65e09d7aff184f0ed355599884548b951c46c699000ed2a6697f253469788f479744beb665a2b
|
||||
|
||||
%define with_deterministic_archives 1
|
||||
%define with_64_bit_bfd 1
|
||||
|
@ -1,17 +1,17 @@
|
||||
%include %{_configdir}/checks.cfg
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define gcc_version 1dae549
|
||||
%define gcc_version 57e7ad5
|
||||
%define gcc_external 1
|
||||
%define gcc_expand_name gcc-%{gcc_version}
|
||||
%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=snapshot;h=%{gcc_version};sf=tgz
|
||||
%hash sha512 %{gcc_expand_name}.tar.gz ed201dfa4e6bcdcbc4889059a9899340993fd9b52591008592c6f31f8254cb9414a544e81a1078bb7576a7a8c240a0dc723e9e2c96af01302c1b9bb76088da28
|
||||
%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 7d88f8b9296549f859519510c4d7779fd0677a74319b3fa1f299172d146e3e819997cc0ebb5f52cc617e9d4fcfe996717d2cb6254793b0b0b0a46edd298f46d9
|
||||
|
||||
%define newlib_version ac1ccc29e
|
||||
%define newlib_version 7947581
|
||||
%define newlib_external 1
|
||||
%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
|
||||
%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
|
||||
%hash sha512 newlib-%{newlib_version}.tar.gz 915954153b0bce0264ad0d6cc20b641b8fc2405e4f399b9f2bab6b42c6e90cc948abc4524434fc25601b2a8c9f67cf986b2d09770877f073c26e5dcb014ab89f
|
||||
%hash sha512 newlib-%{newlib_version}.tar.gz 3122fcced8c3c9f5e6c9103bc882958364f3bc7f1806843ff470ed70cd2b9c5c239b9a905c08341ee4d0988e26022fb5da7e565e8af984cd00724288416158d8
|
||||
|
||||
%define with_threads 1
|
||||
%define with_plugin 0
|
||||
|
@ -1,10 +1,10 @@
|
||||
%include %{_configdir}/checks.cfg
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define gdb_version 24872cb3021
|
||||
%define gdb_version 771dd3a
|
||||
%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 cecd2c748339bbed34085047dc91d0eb562c9624ab6f28da4212f6ce4207dbf4297f40383cb3e4a4f589fd1f170f1426cd34f4bae88b64a9f7b74c13a951cd51
|
||||
%hash sha512 %{gdb_expand_name}.tar.gz 21e2ade23a5fcf4c26d1eb8dd93198d7f474d29f1378cd667dc65e09d7aff184f0ed355599884548b951c46c699000ed2a6697f253469788f479744beb665a2b
|
||||
|
||||
%include %{_configdir}/gdb-8-1.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user