[DHG_packages] 01/01: src-exts: re-enable low-memory hack for mips/mipsel
Clint Adams
clint at moszumanska.debian.org
Sun Oct 23 02:21:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 505530d06ae12a8a907e675aa15fc3780c079046
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 22 22:21:32 2016 -0400
src-exts: re-enable low-memory hack for mips/mipsel
---
p/haskell-src-exts/debian/changelog | 6 ++++++
p/haskell-src-exts/debian/rules | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/p/haskell-src-exts/debian/changelog b/p/haskell-src-exts/debian/changelog
index c541383..d87850f 100644
--- a/p/haskell-src-exts/debian/changelog
+++ b/p/haskell-src-exts/debian/changelog
@@ -1,3 +1,9 @@
+haskell-src-exts (1.17.1-4) UNRELEASED; urgency=medium
+
+ * Re-enable low-memory hack for mips/mipsel.
+
+ -- Clint Adams <clint at debian.org> Sat, 22 Oct 2016 22:21:17 -0400
+
haskell-src-exts (1.17.1-3) experimental; urgency=medium
* Temporarily build-depend on ghc 8.
diff --git a/p/haskell-src-exts/debian/rules b/p/haskell-src-exts/debian/rules
index 2b41274..73cd4b1 100755
--- a/p/haskell-src-exts/debian/rules
+++ b/p/haskell-src-exts/debian/rules
@@ -18,9 +18,9 @@ DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
# -- 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_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
-#endif
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+ DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
+endif
#
#ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el))
# DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc-mxgot"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list