diff options
Diffstat (limited to 'cross-binutils.spec')
-rw-r--r-- | cross-binutils.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cross-binutils.spec b/cross-binutils.spec index e18e51d..fa0c381 100644 --- a/cross-binutils.spec +++ b/cross-binutils.spec @@ -96,6 +96,7 @@ Patch19: binutils-2.24-ldforcele.patch # Fix formatless sprintfs in Score-specific code. Patch100: cross-binutils-2.24-score-sprintf.patch Patch101: binutils-2.24-kernel-ld-r-fix.patch +Patch102: cross-binutils-2.24-m68k-gcc-error.patch Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: texinfo >= 4.0, gettext, flex, bison, zlib-devel @@ -231,6 +232,7 @@ cd %{srcdir} %patch100 -p1 -b .score~ %patch101 -p0 -b .kernel-ld-r-fix~ +%patch102 -p1 -b .m68k-config-fix~ # We cannot run autotools as there is an exact requirement of autoconf-2.59. @@ -676,6 +678,9 @@ rm -rf %{buildroot} %do_files xtensa-linux-gnu %{build_xtensa} %changelog +* Mon Jun 16 2014 David Howells <dhowells@redhat.com> - 2.24-4 +- Fix gcc-4.9 new compile error in m68k handler in gas. + * Wed Jun 11 2014 David Howells <dhowells@redhat.com> - 2.24-4 - Sync with binutils-2.24-15 fixing the bfd_set_section_alignment() error [BZ 1106093] - Apply the changes on binutils-2_24-branch in git to cab6c3ee9785f072a373afe31253df0451db93cf. |