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.
This commit is contained in:
Goetz Pfeiffer 2016-01-11 17:36:57 +01:00 committed by Sebastian Huber
parent 84238b95fc
commit 4dd4e9af00

View File

@ -1,5 +1,5 @@
#
# Binutils 2.22.
# Binutils 2.20.
#
%include %{_configdir}/checks.cfg
@ -11,6 +11,8 @@
%patch add binutils %{rtems_binutils_patches}/binutils-2.20.1-rtems4.10-20100826.diff
%hash md5 binutils-2.20.1-rtems4.10-20100826.diff 733899876e0b32ce0700666b29662d91
%patch add binutils %{rtems_binutils_patches}/binutils-2.20.1-rtems4.10-20151123.diff
%hash sha512 binutils-2.20.1-rtems4.10-20151123.diff ce24ba3e56e7552739c167950a488d80557fdf562dcb527b2e5972c2d18da42a8fd1a47197e54aff0df630d105eb40702f09cad330c193cb8f9309b43b1fb1bc
%ifos win32 mingw ming32 cygwin
%patch add binutils %{rtems_binutils_patches}/cygwin/binutils-2.20.1-cygwin-w64-20130324.diff
%endif