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

5
Last change on this file since f1a3c8c was 2f8bd58, checked in by Sebastian Huber <sebastian.huber@…>, on 04/28/20 at 07:14:36

6: Update unstable RTEMS 6 tool chain

  • Property mode set to 100644
File size: 1.3 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version e62a820
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 5cb149be0805ee2455d192aa67076b4ea93c8d4f739e4d7e5f104f6e2c9608676a6052f3d8fb4f6aab49ad298e09621f0b53f850ddb880564b13cff0143e582a
9
10%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/3937/v2-0001-RTEMS-Improve-GCC-specification.patch
11%hash sha512 v2-0001-RTEMS-Improve-GCC-specification.patch 4bf5d3c15cb3b9a663e9a169e0096b1d7a15d18e5db509f33b892b764e572760a8073b7fc1541c791d05c9b8f4acdc4b6028796b74e7136045fe548fd0e8ba1b
12
13%define newlib_version d94763f
14%define newlib_external 1
15%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
16%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
17%hash sha512 newlib-%{newlib_version}.tar.gz e9baed5d0f934cf084956c3042dbd538a8f849a659e6e35555cf153c00847cc09fab63035f89ebcc7738334d5ac548bdb9dac9a4f5d5c960984d4b6706f337e3
18
19%define with_threads 1
20%define with_plugin 0
21%define with_iconv 1
22
23%include %{_configdir}/gcc-9.cfg
Note: See TracBrowser for help on using the repository browser.