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

Last change on this file since 2674290 was 2674290, checked in by Sebastian Huber <sebastian.huber@…>, on 08/31/20 at 10:11:55

6/7: Update unstable RTEMS 6/7 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 2cbd820
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 f804e2417c4d2078589fb713059d5de7878196879925fcd1b65ce978589c7e13ef624a9f97b5147256b6a492caa05547278dca9d0d19f72b62e0a3418f90e436
9
10%define newlib_version a30cd7a
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 8996856c91dc18ff3a3cbf4543eb460097eabd8ced67fab078b1cc905f2cbc3fdb35532adfe4e774184bcfa74a0f3cea2a168b8f4f0bbc3844b98e5354e745a6
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.