source: rtems-source-builder/rtems/config/tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-3.0.0.20180802.cfg @ eea3793

Last change on this file since eea3793 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.4 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version 62cab5089882f91865e9040672f7932ae8d09db1
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 bae48539c8f45f1b8c1876838232b9048d33dd01b321f4159a8321328590c52b343f70559e1549d55cf9ab71fd82ebfda94c42027cbabe9634fe18a1da89b492
9
10%define newlib_version 3.0.0.20180802
11%hash sha512 newlib-%{newlib_version}.tar.gz 6c9e588aad79ccb2a041c751b25f02f9e9f1ce602bade0078a35a04bdd38c90e07c0ab73ad8c7d29daaa1abbf4ecc605da34b164289aad7f1a16f209bf7950b6
12
13%define mpfr_version 3.1.4
14%hash sha512 mpfr-%{mpfr_version}.tar.bz2 51066066ff2c12ed2198605ecf68846b0c96b548adafa5b80e0c786d0df488411a5e8973358fce7192dc977ad4e68414cf14500e3c39746de62465eb145bb819
15
16%define mpc_version 1.0.3
17%hash sha512 mpc-%{mpc_version}.tar.gz 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
18
19%define gmp_version 6.1.0
20%hash sha512 gmp-%{gmp_version}.tar.bz2 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117
21
22%define with_threads 1
23%define with_plugin 0
24%define with_iconv 1
25
26%include %{_configdir}/gcc-7.2-1.cfg
Note: See TracBrowser for help on using the repository browser.