source: rtems-source-builder/rtems/config/tools/rtems-gcc-4.8.2-newlib-2.1.0-1.cfg @ 9b79c7b

5
Last change on this file since 9b79c7b was a083b52, checked in by Chris Johns <chrisj@…>, on 07/29/14 at 06:35:43

Add checksum support for downloaded files.

File download by http, ftp, pw support checksum. The %hash
directive provides a means of setting a hash used to
checksum the file.

Files on disk or just downloaded are checked.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1#
2# GCC 4.8.2., Newlib 2.1.0
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7%include %{_configdir}/versions.cfg
8
9%define gcc_version    4.8.2
10%define newlib_version 2.1.0
11%define mpfr_version   3.0.1
12%define mpc_version    0.8.2
13%define gmp_version    5.0.5
14
15%define with_threads 1
16%define with_plugin  0
17
18%ifn %{defined with_iconv}
19%define with_iconv 1
20%endif
21
22#
23# Hash checksums.
24#
25%hash md5 mpfr-%{mpfr_version}.tar.bz2    bfbecb2eacb6d48432ead5cfc3f7390a
26%hash md5 mpc-%{mpc_version}.tar.gz       e98267ebd5648a39f881d66797122fb6
27%hash md5 gmp-%{gmp_version}.tar.bz2      041487d25e9c230b0c42b106361055fe
28%hash md5 gcc-%{gcc_version}.tar.bz2      a3d7d63b9cb6b6ea049469a0c4a43c9d
29%hash md5 newlib-%{newlib_version}.tar.gz c6559d83ecce4728a52f0ce7ec80de97
30
31#
32# Joel's stack_t patch.
33#
34%patch add newlib -p0 %{rtems_newlib_patches}/newlib-sys-signal-20130532.diff
35%hash  md5 newlib-sys-signal-20130532.diff 34af05f28a4921e47c053528f5a8b9fb
36
37# The gcc/newlib build instructions. We use 4.8 Release 1.
38#
39%include %{_configdir}/gcc-4.8-1.cfg
Note: See TracBrowser for help on using the repository browser.