source: rtems-source-builder/rtems/config/tools/rtems-gcc-head-newlib-head.cfg @ 5701190

5
Last change on this file since 5701190 was 5701190, checked in by Sebastian Huber <sebastian.huber@…>, on 12/20/19 at 11:11:32

6: Update unstable RTEMS 6 tool chain

  • Property mode set to 100644
File size: 1.0 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version b049f8a6116
5%define gcc_external 1
6%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
7%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
8%hash sha512 %{gcc_expand_name}.tar.gz 61a65ebc0a504149b82b777f8ebf9e3268d2fa303a2a0092dc2d0ef7e72168f4aad6a00384fdce3fa0e1a15bb7696875e613c7c8f54be4020529806ced286151
9
10%define newlib_version 27202a1b1
11%define newlib_external 1
12%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
13%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
14%hash sha512 newlib-%{newlib_version}.tar.gz dfad343ae48427245f31a20e9d955890a152cc53cce20319b7c069bfc0b81c1c59eaa4442487e68c49c8b503bad2b883d0b118be8ab10aaac961ca300bd80e75
15
16%define with_threads 1
17%define with_plugin 0
18%define with_iconv 1
19
20%include %{_configdir}/gcc-9.cfg
Note: See TracBrowser for help on using the repository browser.