summaryrefslogtreecommitdiff
path: root/p/haskell-src-exts
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-11-24 21:21:10 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-11-24 21:21:10 +0300
commit76d49f47a7462d5f748198a00650671705b107cb (patch)
tree268d9d3b83b2e3f28abef988072710f104eeec24 /p/haskell-src-exts
parent649e275ac4c7ddb6f6ef43d66f46745e94fa158c (diff)
downloadDHG_packages-76d49f47a7462d5f748198a00650671705b107cb.tar.gz
haskell-src-exts: Fix passing ggc-min-expand=10 to gcc.
Diffstat (limited to 'p/haskell-src-exts')
-rw-r--r--p/haskell-src-exts/debian/changelog6
-rwxr-xr-xp/haskell-src-exts/debian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-src-exts/debian/changelog b/p/haskell-src-exts/debian/changelog
index 441fb3bc2..ef9dc2f0d 100644
--- a/p/haskell-src-exts/debian/changelog
+++ b/p/haskell-src-exts/debian/changelog
@@ -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@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 --git a/p/haskell-src-exts/debian/rules b/p/haskell-src-exts/debian/rules
index b5c458048..1aad9954a 100755
--- a/p/haskell-src-exts/debian/rules
+++ b/p/haskell-src-exts/debian/rules
@@ -18,7 +18,7 @@ DEB_SETUP_GHC6_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_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