source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.9-newlib-git-1.cfg @ eea3793

Last change on this file since eea3793 was d94bd01, checked in by Chris Johns <chrisj@…>, on 10/12/17 at 02:47:23

4.12: Update all MD5 hashes to SHA256.

Closes #2536.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1#
2# GCC 4.9.x., Newlib GIT.
3#
4
5%ifn %{defined gcc_version}
6 %error No GCC version defined.
7%endif
8
9%ifn %{defined newlib_version}
10 %error No Newlib version defined.
11%endif
12
13%include %{_configdir}/checks.cfg
14%include %{_configdir}/base.cfg
15%include %{_configdir}/versions.cfg
16
17%define mpfr_version   3.0.1
18%define mpc_version    0.8.2
19%define gmp_version    5.0.5
20
21%define with_threads 1
22%define with_plugin  0
23
24%ifn %{defined with_iconv}
25 %define with_iconv 1
26%endif
27
28#
29# Hash checksums of the libraries used in GCC.
30#
31%hash sha256 mpfr-%{mpfr_version}.tar.bz2 e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f
32%hash sha256 mpc-%{mpc_version}.tar.gz    ae79f8d41d8a86456b68607e9ca398d00f8b7342d1d83bcf4428178ac45380c7
33%hash sha256 gmp-%{gmp_version}.tar.bz2   1f588aaccc41bb9aed946f9fe38521c26d8b290d003c5df807f65690f2aadec9
34
35#
36# Newlib is in git
37#
38%source set newlib git://sourceware.org/git/newlib-cygwin.git?fetch?reset=hard?branch=master?checkout=%{newlib_version}
39
40#
41# The gcc/newlib build instructions. We use 4.9 Release 1.
42#
43%include %{_configdir}/gcc-4.9-1.cfg
Note: See TracBrowser for help on using the repository browser.