[Pkg-haskell-commits] darcs: haskell-hxt-relaxng: Pass gcc-min-expand on mips (Closes: #783126). Thanks to Dejan Latinovic for the patch.

Joachim Breitner mail at joachim-breitner.de
Tue Apr 28 13:41:23 UTC 2015


Tue Apr 28 09:02:25 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Pass gcc-min-expand on mips (Closes: #783126). Thanks to Dejan Latinovic for the patch.

    M ./changelog +7
    M ./rules +6

Tue Apr 28 09:02:25 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Pass gcc-min-expand on mips (Closes: #783126). Thanks to Dejan Latinovic for the patch.
diff -rN -u old-haskell-hxt-relaxng/changelog new-haskell-hxt-relaxng/changelog
--- old-haskell-hxt-relaxng/changelog	2015-04-28 13:41:23.253068722 +0000
+++ new-haskell-hxt-relaxng/changelog	2015-04-28 13:41:23.261068717 +0000
@@ -1,3 +1,10 @@
+haskell-hxt-relaxng (9.1.5.5-3) UNRELEASED; urgency=medium
+
+  * Pass gcc-min-expand on mips (Closes: #783126). Thanks to Dejan Latinovic
+    for the patch.
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 28 Apr 2015 11:01:36 +0200
+
 haskell-hxt-relaxng (9.1.5.5-2) unstable; urgency=medium
 
   * Upload to unstable
diff -rN -u old-haskell-hxt-relaxng/rules new-haskell-hxt-relaxng/rules
--- old-haskell-hxt-relaxng/rules	2015-04-28 13:41:23.253068722 +0000
+++ new-haskell-hxt-relaxng/rules	2015-04-28 13:41:23.257068719 +0000
@@ -1,4 +1,10 @@
 #!/usr/bin/make -f
 
+DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+        DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10"
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk




More information about the Pkg-haskell-commits mailing list