source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.24-1.cfg @ 8298f72

4.104.95
Last change on this file since 8298f72 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: 491 bytes
Line 
1#
2# Binutils 2.24.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.24
9
10%hash md5 binutils-%{binutils_version}.tar.bz2 e0f71a7b2ddab0f8612336ac81d9636b
11
12#
13# Enable deterministic archives by default. This will be the default
14# there all tools using this binutils will create deterministic
15# archives.
16#
17%define with_deterministic_archives 1
18
19#
20# The binutils build instructions. We use 2.xx Release 1.
21#
22%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.