7: Update tool chain

This commit is contained in:
Sebastian Huber 2021-01-25 10:45:30 +01:00
parent 6a0be2aedf
commit c20cba7360
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
%include %{_configdir}/checks.cfg %include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg %include %{_configdir}/base.cfg
%define binutils_version fe461d2 %define binutils_version 04de9f3
%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 89174f066cb311380027253cc6e54674168bac0acbc5d67f8cdf9bd4bcc900325eb1c9a595994e1cf80c89718e5d88106f5e88d7a13bc67f56b7e18ca80e551a %hash sha512 %{binutils_expand_name}.tar.gz 8d5894416b9c57bdd991d9cfa87e8343c037ca2be0dd39c678588e6ea68282bb552771f495fa5f9e29e18d66e30e83d4539f0022dee38a2c7cf5da15f5bb3c3a
%define with_deterministic_archives 1 %define with_deterministic_archives 1
%define with_64_bit_bfd 1 %define with_64_bit_bfd 1

View File

@ -1,17 +1,17 @@
%include %{_configdir}/checks.cfg %include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg %include %{_configdir}/base.cfg
%define gcc_version 8bad25e %define gcc_version 0433fc2
%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 1f1379811201e8f664fbe00a60677e7fedfcec9f4dd1004a413178783571bfe60c680a8147761312c61eaa5b779ad3bfff610220f2851bc362b883e8818da54b %hash sha512 %{gcc_expand_name}.tar.gz e02062c4300cbe5fe6f5b57b24dd4a8e0156cfa515ae0cea745bddb0f5f243d9fd31a194e302bff79ac42025f3334d00ca68f60cb1531035c264e9224ed71acf
%define newlib_version 0c0ff5d %define newlib_version cb41c37
%define newlib_external 1 %define newlib_external 1
%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version} %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} %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 7e2f017ef510f32d2b2f13f6c469f19ac291a6dadc032ad87842c61e05a648f2d9f33b56279c905eef4a917e0b8aaba923bdf89ec5aff7b14865d51ca522462d %hash sha512 newlib-%{newlib_version}.tar.gz ba73b5ba68875022042e4fe5e4c6dbc0ce8b008d7317152a0cbf5a9a7b68733fabeac6376bdbc08aef508b81899b29e6d8a9451284f52ad7a25d72bded3d468e
%define with_threads 1 %define with_threads 1
%define with_plugin 0 %define with_plugin 0

View File

@ -1,10 +1,10 @@
%include %{_configdir}/checks.cfg %include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg %include %{_configdir}/base.cfg
%define gdb_version d4dd4fc %define gdb_version 04de9f3
%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 43c29418fbe4c9e2bae8042c29230b8adf4b0b8351690b08735ef0b999a97e53c63a857d76f2cfee6668685eb9abe6d671e6fcfe427f43d5cdbba108b5c837ee %hash sha512 %{gdb_expand_name}.tar.gz 8d5894416b9c57bdd991d9cfa87e8343c037ca2be0dd39c678588e6ea68282bb552771f495fa5f9e29e18d66e30e83d4539f0022dee38a2c7cf5da15f5bb3c3a
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg