[Pkg-haskell-commits] darcs: haskell-src-exts: Fix passing ggc-min-expand=10 to gcc.

Joachim Breitner mail at joachim-breitner.de
Mon Nov 24 18:28:57 UTC 2014


Mon Nov 24 18:21:10 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix passing ggc-min-expand=10 to gcc. 

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

Mon Nov 24 18:21:10 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix passing ggc-min-expand=10 to gcc. 
diff -rN -u old-haskell-src-exts/changelog new-haskell-src-exts/changelog
--- old-haskell-src-exts/changelog	2014-11-24 18:28:57.170321631 +0000
+++ new-haskell-src-exts/changelog	2014-11-24 18:28:57.174321632 +0000
@@ -1,3 +1,9 @@
+haskell-src-exts (1.14.0.1-3) UNRELEASED; urgency=medium
+
+  * Fix passing ggc-min-expand=10 to gcc. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 24 Nov 2014 19:20:55 +0100
+
 haskell-src-exts (1.14.0.1-2) unstable; urgency=medium
 
   * Pass ggc-min-expand=10 to gcc, might make this compile on mips*. Thanks to
diff -rN -u old-haskell-src-exts/rules new-haskell-src-exts/rules
--- old-haskell-src-exts/rules	2014-11-24 18:28:57.170321631 +0000
+++ new-haskell-src-exts/rules	2014-11-24 18:28:57.174321632 +0000
@@ -18,7 +18,7 @@
 #  -- Dejan Latinovic <Dejan.Latinovic at imgtec.com>
 DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
-       DEB_SETUP_GHC6_CONFIGURE_ARGS += "-optc--param -optcggc-min-expand=10"
+       DEB_SETUP_GHC6_CONFIGURE_ARGS += --ghc-optoins="-optc--param -optcggc-min-expand=10"
 endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Pkg-haskell-commits mailing list