source: rtems-source-builder/rtems/config/tools/rtems-gcc-89338f04ee3-newlib-3b2133317.cfg @ 6183c7d

5
Last change on this file since 6183c7d was c5ebf98, checked in by Sebastian Huber <sebastian.huber@…>, on 01/28/19 at 12:09:43

5: Update riscv and or1k GCC/Newlib

Reduce Git hash length to fix Ada build issues.

  • 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 89338f04ee3
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 81ee2617ebff2825fcf3047119858612b2f76e7a3cf4d8aac41a6378987ac63ea2eea3ca1a5390507a4bcfbe910f6230eef6bab6f89e6a61e623d055b4b88890
9
10%define newlib_version 3b2133317
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 09f1c9106d823ffafc9008665c859d6a830d745eebb88347031485234086e1b954683604c93943ba28f46cda5e1d23a8b1a10b46492ebaaaa33c0e710a6457ed
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.