source: rtems-source-builder/rtems/config/tools/rtems-binutils-3bf8131ac6b263e54669d9c282c6f69395355435-1.cfg @ 081f8ff

Last change on this file since 081f8ff was 342c7dc, checked in by Sebastian Huber <sebastian.huber@…>, on 01/18/16 at 12:39:27

Update RTEMS 4.12 build set

  • Property mode set to 100644
File size: 568 bytes
Line 
1#
2# Binutils GIT.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 3bf8131ac6b263e54669d9c282c6f69395355435
9%source set binutils git://sourceware.org/git/binutils-gdb.git?fetch?reset=hard?branch=master?checkout=%{binutils_version}
10
11#
12# Enable deterministic archives by default. This will be the default
13# there all tools using this binutils will create deterministic
14# archives.
15#
16%define with_deterministic_archives 1
17
18#
19# The binutils build instructions. We use 2.xx Release 1.
20#
21%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.