[Pkg-haskell-commits] darcs: ghc: Drop use-llvm-3.0

Joachim Breitner mail at joachim-breitner.de
Tue Oct 16 07:59:04 UTC 2012


Mon Oct  8 11:11:42 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Drop use-llvm-3.0
  Ignore-this: 82f02656fdfe244dc55556b404dd6fa2

    M ./patches/series -1
    R ./patches/use-llvm-3.0

Mon Oct  8 11:11:42 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Drop use-llvm-3.0
  Ignore-this: 82f02656fdfe244dc55556b404dd6fa2
diff -rN -u old-ghc//patches/series new-ghc//patches/series
--- old-ghc//patches/series	2012-10-16 07:59:03.939718627 +0000
+++ new-ghc//patches/series	2012-10-16 07:59:04.319717607 +0000
@@ -4,7 +4,6 @@
 haddock-hardcode-ghc-paths
 use-debian-gen_contents_index
 haddock-no-library
-use-llvm-3.0
 armhf_llvm_abi
 ARM-VFPv3D16
 hurd-is-ELF
diff -rN -u old-ghc//patches/use-llvm-3.0 new-ghc//patches/use-llvm-3.0
--- old-ghc//patches/use-llvm-3.0	2012-10-16 07:59:03.939718627 +0000
+++ new-ghc//patches/use-llvm-3.0	1970-01-01 00:00:00.000000000 +0000
@@ -1,20 +0,0 @@
-Description: Use LLVM 3.0 binaries
- Can be done properly once http://hackage.haskell.org/trac/ghc/ticket/5739 is
- fixed.
-Author: Joachim Breitner <nomeata at debian.org>
-Bug: http://hackage.haskell.org/trac/ghc/ticket/5739
-Index: ghc-7.4.0.20120108/compiler/main/SysTools.lhs
-===================================================================
---- ghc-7.4.0.20120108.orig/compiler/main/SysTools.lhs	2012-01-08 19:11:03.000000000 +0100
-+++ ghc-7.4.0.20120108/compiler/main/SysTools.lhs	2012-01-09 13:21:17.000000000 +0100
-@@ -250,8 +250,8 @@
-                 ld_args  = gcc_args
- 
-         -- We just assume on command line
--        ; let lc_prog = "llc"
--              lo_prog = "opt"
-+        ; let lc_prog = "llc-3.0"
-+              lo_prog = "opt-3.0"
- 
-         ; return $ Settings {
-                         sTargetPlatform = Platform {





More information about the Pkg-haskell-commits mailing list