[Pkg-haskell-commits] darcs: ghc: Do not set UseLibFFIForAdjustors in debian/rules, as the code in ./mk/config.mk.in seems to do the same anyways.

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


Mon Jan  2 19:23:50 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not set UseLibFFIForAdjustors in debian/rules, as the code in ./mk/config.mk.in seems to do the same anyways. 
  Ignore-this: 518db0a5764559fa6ac20b3dff658e2

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

Mon Jan  2 19:23:50 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not set UseLibFFIForAdjustors in debian/rules, as the code in ./mk/config.mk.in seems to do the same anyways. 
  Ignore-this: 518db0a5764559fa6ac20b3dff658e2
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2012-02-03 16:44:52.927248800 +0000
+++ new-ghc//changelog	2012-02-03 16:44:53.803248590 +0000
@@ -3,6 +3,8 @@
   * Prefix haddock interface number with "haddock-interface" in
     Depends/Provides pair
   * 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. 
 
  -- 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:52.911248319 +0000
+++ new-ghc//rules	2012-02-03 16:44:53.799253120 +0000
@@ -54,9 +54,6 @@
 ifneq (,$(findstring $(DEB_HOST_ARCH), kfreebsd-i386 kfreebsd-amd64))
 	echo "GhcWithInterpreter=YES" >> mk/build.mk
 endif
-ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel armhf alpha ia64))
-	echo "UseLibFFIForAdjustors=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