source: rtems-source-builder/rtems/config/tools/rtems-gcc-9.2.0-newlib-d14714c69.cfg @ f81b0a5

5
Last change on this file since f81b0a5 was 9e71002, checked in by Sebastian Huber <sebastian.huber@…>, on 11/11/19 at 08:37:09

5: Update Newlib

Pick up <fenv.h> and FreeBSD compatiblity changes.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%if %{_build_os} == freebsd || %{_build_os} == darwin
5 %patch add gcc --rsb-file=freebsd-libgcc-sed-fix.patch -p0 https://gcc.gnu.org/bugzilla/attachment.cgi?id=41380
6 %hash  sha256 freebsd-libgcc-sed-fix.patch 8a11bd619c2e55466688e328da00b387d02395c1e8ff4a99225152387a1e60a4
7%endif
8
9%if %{_build_os} == darwin
10 %patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/3171/darwin-libstdcpp-noparallel-fix.patch
11 %hash sha512 darwin-libstdcpp-noparallel-fix.patch 01fa1bd55f19b01f10c41fdfe31356a7a4ddf265ebac8f4b974ccd1718181fd56bcb18a96e0492aa37511f08b37f94052a5557e21075604fceee06d80ffbb7d8
12%endif
13
14%define gcc_version 9.2.0
15%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.xz
16%hash sha512 gcc-%{gcc_version}.tar.xz a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040
17
18%define newlib_version d14714c69
19%define newlib_external 1
20%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
21%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
22%hash sha512 newlib-%{newlib_version}.tar.gz fc1c8b17c372cfdd9b19e2ff93dd222381d5b0287fcba7ab990dfa324c070ac2f9d70e1268aa3831ebf5a246d0be2e4affac1e7dbb3ed9ccb5eb676ccf170824
23
24%define with_threads 1
25%define with_plugin 0
26%define with_iconv 1
27
28%include %{_configdir}/gcc-9.cfg
Note: See TracBrowser for help on using the repository browser.