From dc7f618e03c6425a006853937620e4f82560bd6d Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: May 24 2019 18:21:36 +0000 Subject: Fix build on armhfp --- diff --git a/SPECS/mingw-gcc.spec b/SPECS/mingw-gcc.spec index 7a3a003..45a9a50 100644 --- a/SPECS/mingw-gcc.spec +++ b/SPECS/mingw-gcc.spec @@ -83,7 +83,7 @@ BuildRequires: sharutils %endif %endif Provides: bundled(libiberty) -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 %{arm} %description MinGW Windows cross-compiler (GCC) for C. @@ -712,6 +712,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-* %changelog +* Thu May 23 2019 Pablo Greco - 7.2.0-2 +- Fix build on armhfp + * Wed Aug 08 2018 Troy Dawson - 7.2.0-2 - ExclusiveArch: i686, x86_64 - Resolves: rhbz#1610008