summaryrefslogtreecommitdiff
path: root/p/haskell-src-exts
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-22 22:21:32 -0400
committerClint Adams <clint@debian.org>2016-10-22 22:21:32 -0400
commit505530d06ae12a8a907e675aa15fc3780c079046 (patch)
tree37617ec9b379530784b31ea703d6cf4059584e9e /p/haskell-src-exts
parent42e854f93df7ac0b51c0cc155a61ad2fdebc8ff3 (diff)
downloadDHG_packages-505530d06ae12a8a907e675aa15fc3780c079046.tar.gz
src-exts: re-enable low-memory hack for mips/mipsel
Diffstat (limited to 'p/haskell-src-exts')
-rw-r--r--p/haskell-src-exts/debian/changelog6
-rwxr-xr-xp/haskell-src-exts/debian/rules6
2 files changed, 9 insertions, 3 deletions
diff --git a/p/haskell-src-exts/debian/changelog b/p/haskell-src-exts/debian/changelog
index c54138380..d87850f5c 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@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 2b4127479..73cd4b189 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@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"