[Pkg-haskell-commits] darcs: ghc: add armhf in debian/rules (Patch by Riku Voipio, Closes: #640811)

Joachim Breitner mail at joachim-breitner.de
Thu Sep 8 12:23:37 UTC 2011


Thu Sep  8 12:23:04 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * add armhf in debian/rules (Patch by Riku Voipio, Closes: #640811)
  Ignore-this: a9bdfb90490b2e1d57c0e31d13b38b6f

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

Thu Sep  8 12:23:04 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * add armhf in debian/rules (Patch by Riku Voipio, Closes: #640811)
  Ignore-this: a9bdfb90490b2e1d57c0e31d13b38b6f
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2011-09-08 12:23:37.141056594 +0000
+++ new-ghc//changelog	2011-09-08 12:23:37.145061176 +0000
@@ -1,6 +1,7 @@
 ghc (7.0.4-7) UNRELEASED; urgency=low
 
   * patches/configure-s390x: Add s390x to the list of known architectures.
+  * add armhf in debian/rules (Patch by Riku Voipio, Closes: #640811)
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 05 Sep 2011 14:09:44 +0200
 
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules	2011-09-08 12:23:37.129056130 +0000
+++ new-ghc//rules	2011-09-08 12:23:37.169057041 +0000
@@ -54,10 +54,10 @@
 ifneq (,$(findstring $(DEB_HOST_ARCH), kfreebsd-i386 kfreebsd-amd64))
 	echo "GhcWithInterpreter=YES" >> mk/build.mk
 endif
-ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel alpha ia64))
+ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel armhf alpha ia64))
 	echo "UseLibFFIForAdjustors=YES" >> mk/build.mk
 endif
-ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel))
+ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel armhf))
 	echo "SRC_HC_OPTS     += -optc-mlong-calls" >> mk/build.mk
 endif
 # proper fix for #360177





More information about the Pkg-haskell-commits mailing list