- Patch ghc for llvm 3.3. - explicitly configure gcc location in bootstrap builds too - allow ppc builds (ppc64 build gets stuck) OBS-URL: https://build.opensuse.org/request/show/198332 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=137
12 lines
429 B
Diff
12 lines
429 B
Diff
--- ghc-7.6.3/compiler/llvmGen/LlvmCodeGen/Base.hs~ 2013-04-19 06:22:46.000000000 +0900
|
|
+++ ghc-7.6.3/compiler/llvmGen/LlvmCodeGen/Base.hs 2013-07-24 17:05:06.491900335 +0900
|
|
@@ -151,7 +151,7 @@
|
|
minSupportLlvmVersion = 28
|
|
|
|
maxSupportLlvmVersion :: LlvmVersion
|
|
-maxSupportLlvmVersion = 31
|
|
+maxSupportLlvmVersion = 33
|
|
|
|
-- ----------------------------------------------------------------------------
|
|
-- * Environment Handling
|