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

4.104.95
Last change on this file since 8298f72 was 4dd4e9a, checked in by Goetz Pfeiffer <Goetz.Pfeiffer@…>, on 01/11/16 at 16:36:57

Bugfix: binutils-2.20.1 for rtems 4.10 couldn't be built with modern texinfo.

This is fixed by patch file binutils-2.20.1-rtems4.10-20151123.diff from the
rtems-tools.git repository.

Update #2524.

  • Property mode set to 100644
File size: 877 bytes
Line 
1#
2# Binutils 2.20.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.20.1
9
10%hash md5 binutils-%{binutils_version}.tar.bz2 2b9dc8f2b7dbd5ec5992c6e29de0b764
11
12%patch add binutils %{rtems_binutils_patches}/binutils-2.20.1-rtems4.10-20100826.diff
13%hash md5 binutils-2.20.1-rtems4.10-20100826.diff 733899876e0b32ce0700666b29662d91
14%patch add binutils %{rtems_binutils_patches}/binutils-2.20.1-rtems4.10-20151123.diff
15%hash sha512 binutils-2.20.1-rtems4.10-20151123.diff ce24ba3e56e7552739c167950a488d80557fdf562dcb527b2e5972c2d18da42a8fd1a47197e54aff0df630d105eb40702f09cad330c193cb8f9309b43b1fb1bc
16%ifos win32 mingw ming32 cygwin
17 %patch add binutils %{rtems_binutils_patches}/cygwin/binutils-2.20.1-cygwin-w64-20130324.diff
18%endif
19
20#
21# The binutils build instructions. We use 2.xx Release 1.
22#
23%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.