source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg @ efa1677

4.11
Last change on this file since efa1677 was efa1677, checked in by Chris Johns <chrisj@…>, on 01/18/18 at 04:11:13

rtems: Update all MPC version to use GNU's FTP site.

Update #3274

  • Property mode set to 100644
File size: 975 bytes
Line 
1#
2# GCC 4.8.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    1.0.3
19%define gmp_version    5.0.5
20
21%define with_threads 1
22%define with_plugin  0
23
24%define disable_MAKEINFO 1
25
26%ifn %{defined with_iconv}
27 %define with_iconv 1
28%endif
29
30#
31# Hash checksums of the libraries used in GCC.
32#
33%hash md5 mpfr-%{mpfr_version}.tar.bz2 bfbecb2eacb6d48432ead5cfc3f7390a
34%hash md5 mpc-%{mpc_version}.tar.gz    d6a1d5f8ddea3abd2cc3e98f58352d26
35%hash md5 gmp-%{gmp_version}.tar.bz2   041487d25e9c230b0c42b106361055fe
36
37#
38# Newlib is a snapshot
39#
40%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
41
42#
43# The gcc/newlib build instructions. We use 4.8 Release 1.
44#
45%include %{_configdir}/gcc-4.8-1.cfg
Note: See TracBrowser for help on using the repository browser.