diff --git a/SPECS/ghc.spec b/SPECS/ghc.spec index b5d00f0..3e658eb 100644 --- a/SPECS/ghc.spec +++ b/SPECS/ghc.spec @@ -315,7 +315,7 @@ cd _build -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_SHARED_LINKER_FLAGS="-Wl,-Bsymbolic -static-libstdc++" \ -DCMAKE_INSTALL_PREFIX=%{ghclibdir}/llvm \ - -DLLVM_TARGETS_TO_BUILD="X86;AArch64" \ + -DLLVM_TARGETS_TO_BUILD="X86;AArch64;ARM" \ -DLLVM_ENABLE_LIBCXX:BOOL=OFF \ -DLLVM_ENABLE_ZLIB:BOOL=ON \ -DLLVM_ENABLE_FFI:BOOL=ON \ @@ -711,6 +711,9 @@ fi %changelog +* Mon May 20 2019 Pablo Greco - 8.2.2-68.3 +- Fix build on armhfp + * Tue Aug 14 2018 Petr Viktorin - 8.2.2-68.3 - Fix BuildRequires for /usr/bin/python3 - Resolves: #1615517