#5914: armhf build fails in Ubuntu (7.4.1)
--------------------------------+-------------------------------------------
Reporter: jani@… | Owner: simonmar
Type: bug | Status: new
Priority: high | Milestone: 7.6.1
Component: Compiler (LLVM) | Version: 7.4.1
Keywords: | Os: Linux
Architecture: arm | Failure: Building GHC failed
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
--------------------------------+-------------------------------------------
Comment(by karel.gardas@…):
commit 3144f85661da176e3d80f28d652b42245becde09
{{{
Author: Karel Gardas <[email protected]>
Date: Wed Apr 25 09:04:50 2012 +0200
add support for ARM hard-float ABI (fixes #5914)
This patch enhances Platform's ArchARM to include ARM ABI value. It
also
tweaks configure machinery to detect hard-float ABI and to set it
wherever
needed. Finally when hard-float ABI is in use, pass appropriate
compiler
option to the LLVM's llc. Fixes #5914.
aclocal.m4 | 2 +-
compiler/main/DriverPipeline.hs | 16 +-
compiler/nativeGen/AsmCodeGen.lhs | 2 +-
compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 56 ++--
compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs | 14 +-
compiler/nativeGen/RegAlloc/Linear/Main.hs | 14 +-
compiler/nativeGen/TargetReg.hs | 70 ++--
compiler/utils/Platform.hs | 12 +-
config.guess | 482
++++++++++----------
configure.ac | 14 +
10 files changed, 345 insertions(+), 337 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5914#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs