[Git][haskell-team/DHG_packages][master] lexer: set ggc-min-expand=10 on mips and mipsel

Clint Adams gitlab at salsa.debian.org
Thu Apr 26 13:15:59 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
629bcc4f by Clint Adams at 2018-04-26T08:15:11-04:00
lexer: set ggc-min-expand=10 on mips and mipsel

- - - - -


2 changed files:

- p/haskell-lexer/debian/changelog
- p/haskell-lexer/debian/rules


Changes:

=====================================
p/haskell-lexer/debian/changelog
=====================================
--- a/p/haskell-lexer/debian/changelog
+++ b/p/haskell-lexer/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lexer (1.0.1-5) unstable; urgency=medium
+
+  * Set ggc-min-expand=10 on mips and mipsel.
+
+ -- Clint Adams <clint at debian.org>  Thu, 26 Apr 2018 08:14:53 -0400
+
 haskell-lexer (1.0.1-4) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-lexer/debian/rules
=====================================
--- a/p/haskell-lexer/debian/rules
+++ b/p/haskell-lexer/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
 DEB_BUILD_DEPENDENCIES = build-arch
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+    DEB_SETUP_GHC_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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/629bcc4f28371bfc3df342d940cc68e1f4f11b68

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/629bcc4f28371bfc3df342d940cc68e1f4f11b68
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180426/17299c50/attachment.html>


More information about the Pkg-haskell-commits mailing list