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

5
Last change on this file since 6d194ca was 485eec6, checked in by Sebastian Huber <sebastian.huber@…>, on 04/17/20 at 11:10: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 b835645
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 5371cc0a12f6eb2d563f80ed7e30e1ce9859cb03adc61b12d5d3e5cdc893d04ce740decd691d4bfc71c3050e3785803abc2924e1f7c4f8f11f77e73f438cb2d4
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 5951b3e
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 93f2a2d4a45beda2df9027924e8cae78c0e03f613ba350fbb7f3c67507f2c287f8970cc598ed4ace305146cd28656ead865916d73af44fe5dfa76b2a8e1350e6
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.