source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.25-1.cfg @ dbc11a8

Last change on this file since dbc11a8 was d4c2210, checked in by Stefan Wallentowitz <stefan.wallentowitz@…>, on 02/12/15 at 21:01:39

commit 40c7c690d5ce872c1400ed3fb2091f2fafb8d838
Author: Stefan Wallentowitz <stefan.wallentowitz@…>
Date: Thu Feb 12 14:21:23 2015 +0100

Add binutils 2.25 support

  • Property mode set to 100644
File size: 491 bytes
Line 
1#
2# Binutils 2.25.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.25
9
10%hash md5 binutils-%{binutils_version}.tar.bz2 d9f3303f802a5b6b0bb73a335ab89d66
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.