[Pkg-haskell-commits] darcs: ghc: Do not pass -optc-mminimal-toc on ppc64 (Closes: #747089), thanks to Hiroyuki Yamamoto for the patch.
Joachim Breitner
mail at joachim-breitner.de
Mon May 5 19:38:52 UTC 2014
Mon May 5 18:52:19 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Do not pass -optc-mminimal-toc on ppc64 (Closes: #747089), thanks to Hiroyuki Yamamoto for the patch.
M ./changelog +7
M ./rules -4
Mon May 5 18:52:19 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Do not pass -optc-mminimal-toc on ppc64 (Closes: #747089), thanks to Hiroyuki Yamamoto for the patch.
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2014-05-05 19:38:52.833409697 +0000
+++ new-ghc/changelog 2014-05-05 19:38:52.849409696 +0000
@@ -1,3 +1,10 @@
+ghc (7.8.20140411-3) UNRELEASED; urgency=medium
+
+ * Do not pass -optc-mminimal-toc on ppc64 (Closes: #747089), thanks to
+ Hiroyuki Yamamoto for the patch.
+
+ -- Joachim Breitner <nomeata at debian.org> Mon, 05 May 2014 20:51:40 +0200
+
ghc (7.8.20140411-2) experimental; urgency=medium
* Try building without hardening and see what architectures work then.
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules 2014-05-05 19:38:52.829409697 +0000
+++ new-ghc/rules 2014-05-05 19:38:52.845409696 +0000
@@ -57,10 +57,6 @@
ifeq (armhf,$(DEB_HOST_ARCH))
echo "SRC_HC_OPTS += -D__ARM_PCS_VFP" >> mk/build.mk
endif
-# proper fix for #360177
-ifeq (ppc64,$(DEB_HOST_ARCH))
- echo "SRC_HC_OPTS += -optc-mminimal-toc" >> mk/build.mk
-endif
ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
# echo "GhcStage1HcOpts += -DDEBUG" >> mk/build.mk
# echo "GhcStage2HcOpts += -DDEBUG" >> mk/build.mk
More information about the Pkg-haskell-commits
mailing list