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

5
Last change on this file since af4d435 was af4d435, checked in by Sebastian Huber <sebastian.huber@…>, on 06/26/19 at 07:55:37

6: Update unstable RTEMS 6 tool chain

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[40ae056]1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
[af4d435]4%define gcc_version 55a600a6ce9
[40ae056]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}
[af4d435]8%hash sha512 %{gcc_expand_name}.tar.gz 9f7d7f1202b5b65410d7cdb5b4f77c0b3b5f54fa95e76ecc19753aa677be52350566e8fa47b25a26c96e43cd6e79ee0dc1f0391e03fafa12141fc7e1dc6090dd
[40ae056]9
[af4d435]10%define newlib_version 09e2ec87e
[40ae056]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}
[af4d435]14%hash sha512 newlib-%{newlib_version}.tar.gz 44daed8f96182d5466646c4bdb15587a3c59f2e555a28caa24c1db6a3ca2f1232ddaaca355c12a03add0b7350158da4b219f2a154b4c8d8d502190c273aa1d75
[40ae056]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.