[Pkg-haskell-commits] darcs: ghc: Do not set GhcWithInterpreter=YES for kfreebsd-*, done in ./mk/config.mk.in by now.

Joachim Breitner mail at joachim-breitner.de
Fri Feb 3 16:44:56 UTC 2012


Mon Jan  2 19:25:16 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not set GhcWithInterpreter=YES for kfreebsd-*, done in ./mk/config.mk.in by now. 
  Ignore-this: 3e3d7ae4e2ec416eca20638507845709

    M ./changelog +2
    M ./rules -3

Mon Jan  2 19:25:16 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not set GhcWithInterpreter=YES for kfreebsd-*, done in ./mk/config.mk.in by now. 
  Ignore-this: 3e3d7ae4e2ec416eca20638507845709
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2012-02-03 16:44:55.379409997 +0000
+++ new-ghc//changelog	2012-02-03 16:44:56.266005281 +0000
@@ -5,6 +5,8 @@
   * Switch to llvm and registered builds on arm* 
   * Do not set UseLibFFIForAdjustors in debian/rules, as the code in
     ./mk/config.mk.in seems to do the same anyways. 
+  * Do not set GhcWithInterpreter=YES for kfreebsd-*, done in
+    ./mk/config.mk.in by now. 
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 31 Dec 2011 21:04:19 +0100
 
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules	2012-02-03 16:44:55.327249304 +0000
+++ new-ghc//rules	2012-02-03 16:44:56.255257316 +0000
@@ -51,9 +51,6 @@
 else
 	echo "GhcUnregisterised=YES" >> mk/build.mk
 endif
-ifneq (,$(findstring $(DEB_HOST_ARCH), kfreebsd-i386 kfreebsd-amd64))
-	echo "GhcWithInterpreter=YES" >> mk/build.mk
-endif
 ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel armhf))
 	echo "SRC_HC_OPTS     += -optc-mlong-calls" >> mk/build.mk
 endif





More information about the Pkg-haskell-commits mailing list