6: Update unstable RTEMS 6 tool chain

This commit is contained in:
Sebastian Huber 2019-11-04 07:08:12 +01:00
parent 720db64455
commit 9a1cf9a2d9
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 062f1fc13a %define binutils_version 64f52b3ec1
%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 20459ae86d63bbfbecfa8c24b3b90c224858542b1a5392a9966302f26b0375e0a876b8d2f61a9fdd787236a2fc6f0379f373e65ad10ae0c41a9fcd6d159aa619 %hash sha512 %{binutils_expand_name}.tar.gz 9b801fbcaaec32fe061ec0210e3a22bd68ea513aacd64db8ad04d23e7d3abfcb6d6d77f8d40e74c376f84421dbb57ac4c1791a24f55ce77cb1f5072f682fe5e7
%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 e63f6c3ec27 %define gcc_version a31874efbcb
%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 af3bc0f096dbfc6b41a2eb6746851465affbe8a2f1fc16c989330b1c0f70cc6d5b7a68bb1d19a49b36c66c4003b41d5191512ff3e92563527f3074a28edce9c3 %hash sha512 %{gcc_expand_name}.tar.gz da6b37d92651c8550fd2c84f85246c4a21164f11d3c97970a0da829bd3b2f98dace04c63c995100550ae6116290ffcf95d5f28b4e77560e4b54130d674d72336
%define newlib_version 9e06ba1ac %define newlib_version 4082e91b5
%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 7a79b17f617efe9653981eaa73e2f54fccc257f481bcbe1d4589ce7cb956fce625edd7c188b30ea071ecd37f1e64bd98255c1e6496fc0a5e5936e45472460daa %hash sha512 newlib-%{newlib_version}.tar.gz 74f4ccf480c95ca985620826734fd62f4991ebe0d75bf6853b24de518d0cd3e85ec0e6b88b188048321650a7763b7b4f4440f900bf42dc397c97a4a0da70b1c3
%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 062f1fc13a %define gdb_version 64f52b3ec1
%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 20459ae86d63bbfbecfa8c24b3b90c224858542b1a5392a9966302f26b0375e0a876b8d2f61a9fdd787236a2fc6f0379f373e65ad10ae0c41a9fcd6d159aa619 %hash sha512 %{gdb_expand_name}.tar.gz 9b801fbcaaec32fe061ec0210e3a22bd68ea513aacd64db8ad04d23e7d3abfcb6d6d77f8d40e74c376f84421dbb57ac4c1791a24f55ce77cb1f5072f682fe5e7
%include %{_configdir}/gdb-8-1.cfg %include %{_configdir}/gdb-8-1.cfg