From a0f86aa0a41adfc469eb2558955c0a08f7ce68de Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: May 20 2019 18:26:42 +0000 Subject: Fix build on armhfp --- 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