Peter Trommler changed bug 1092486
What Removed Added
Status NEW CONFIRMED

Comment # 1 on bug 1092486 from
On armv7 GHC 8.0.2 needs llvm 3.7 which is not in Factory. Because of this
missing requirement armv7 is excluded in ghc.spec and also missing from
ghc-bootstrap.

Here are the steps to bootstrap GHC on armv7:
0. Get llvm 3.7 into Factory
1. Get GHC 8.0.2 binary distribution for armv7 from dowload.haskell.org
2. Add binary distribution to ghc-bootstrap and add %arm to ExclusiveArch in
ghc-bootstrap.spec
3. Add %arm to ExclusiveArch in ghc.spec


You are receiving this mail because: