source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.23.2-1.cfg @ 780a2cf

5
Last change on this file since 780a2cf was 9a15c40, checked in by Chris Johns <chrisj@…>, on 05/13/14 at 13:26:09

sb: Implement %source and %patch to manage source and patches.

Remove the numbered source and patches and automatically manage
sources and patches. This removes the overhead in maintaining large
collections of patches.

  • Property mode set to 100644
File size: 412 bytes
Line 
1#
2# Binutils 2.23.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.23.2
9
10#
11# Enable deterministic archives by default. This will be the default
12# there all tools using this binutils will create deterministic
13# archives.
14#
15%define with_deterministic_archives 1
16
17#
18# The binutils build instructions. We use 2.xx Release 1.
19#
20%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.