source: rtems-source-builder/rtems/config/tools/rtems-binutils-git-1.cfg @ 599c4d7

5
Last change on this file since 599c4d7 was 1b11d05, checked in by Chris Johns <chrisj@…>, on 10/31/14 at 04:02:07

rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install.

RTEMS kernel requires the rtems-tools package be installed to
build the libdl tests.

  • 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 6ae274b7dc305ae7cebcf55c5018dab05228235a
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.