[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-haskell-commits] darcs: ghc: Joey Hess: armel, armhf: Force use of llvm-3.4, rather than unversioned lvm, which can have abi changes that break ghc. Closes: #763078



Joachim Breitner wrote:

> Mon Apr 27 09:12:41 UTC 2015  Joachim Breitner <mail@joachim-breitner.de>
>   * Joey Hess: armel,armhf: Force use of llvm-3.4, rather than unversioned
>      lvm, which can have abi changes that break ghc. Closes: #763078


GHC 7.8 only works with llvm 3.4 That should be encoded in the Depends
line and enforced at configure time with:

    ./configure --with-opt=/usr/bin/opt-3.4 --with-llc=/usr/bin/llc-3.4

which will result in these two programs being encoded in the GHC settings
file.

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/


Reply to: