source: rtems-source-builder/rtems/config/tools/rtems-gcc-7.3.0-newlib-3.0.0.20180802.cfg @ 2f8bd58

5
Last change on this file since 2f8bd58 was 8f74240, checked in by Sebastian Huber <sebastian.huber@…>, on 08/03/18 at 05:07:28

5: Update Newlib

It includes a fix for bug in the ctype support, some FreeBSD
compatibility changes in <sys/cdefs.h> for libbsd and a new
configuration option for all targets newlib/configure.host which is used
by the RISC-V port.

Close #3452.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4#
5# FreeBSD specific fix for MIPS
6#
7%if %{_build_os} == freebsd || %{_build_os} == darwin
8 %patch add gcc --rsb-file=freebsd-libgcc-sed-fix.patch -p0 https://gcc.gnu.org/bugzilla/attachment.cgi?id=41380
9 %hash  sha256 freebsd-libgcc-sed-fix.patch 8a11bd619c2e55466688e328da00b387d02395c1e8ff4a99225152387a1e60a4
10%endif
11
12%define gcc_version 7.3.0
13%hash sha512 gcc-%{gcc_version}.tar.xz ad41a7e4584e40e92cdf860bc0288500fbaf5dfb7e8c3fcabe9eba809c87bcfa85b46c19c19921b0cdf6d05483faede8287bb9ea120c0d1559449a70e602c8d4
14
15%define newlib_version 3.0.0.20180802
16%hash sha512 newlib-%{newlib_version}.tar.gz 6c9e588aad79ccb2a041c751b25f02f9e9f1ce602bade0078a35a04bdd38c90e07c0ab73ad8c7d29daaa1abbf4ecc605da34b164289aad7f1a16f209bf7950b6
17
18%define mpfr_version 3.1.4
19%hash sha512 mpfr-%{mpfr_version}.tar.bz2 51066066ff2c12ed2198605ecf68846b0c96b548adafa5b80e0c786d0df488411a5e8973358fce7192dc977ad4e68414cf14500e3c39746de62465eb145bb819
20
21%define mpc_version 1.0.3
22%hash sha512 mpc-%{mpc_version}.tar.gz 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
23
24%define gmp_version 6.1.0
25%hash sha512 gmp-%{gmp_version}.tar.bz2 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117
26
27
28%define with_threads 1
29%define with_plugin  0
30%define with_iconv   1
31
32%include %{_configdir}/gcc-7.2-1.cfg
Note: See TracBrowser for help on using the repository browser.