[Pkg-haskell-commits] darcs: ghc: According to Ben Gamari, the flag is -optl-B..., not -optc-B...
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 1 09:37:34 UTC 2014
Mon Dec 1 08:40:03 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* According to Ben Gamari, the flag is -optl-B..., not -optc-B...
M ./changelog +1
M ./rules -1 +1
Mon Dec 1 08:40:03 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* According to Ben Gamari, the flag is -optl-B..., not -optc-B...
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2014-12-01 09:37:34.636482869 +0000
+++ new-ghc/changelog 2014-12-01 09:37:34.656482867 +0000
@@ -1,6 +1,7 @@
ghc (7.8.20141119-6) UNRELEASED; urgency=medium
* Do not pass -mlong-calls to gcc on arm64.
+ * According to Ben Gamari, the flag is -optl-B..., not -optc-B...
-- Joachim Breitner <nomeata at debian.org> Sun, 30 Nov 2014 22:17:39 +0100
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules 2014-12-01 09:37:34.636482869 +0000
+++ new-ghc/rules 2014-12-01 09:37:34.656482867 +0000
@@ -65,7 +65,7 @@
echo "SRC_HC_OPTS += -optc-mlong-calls" >> mk/build.mk
endif
ifneq (,$(findstring $(DEB_HOST_ARCH), arm64 armel armhf))
- echo "SRC_HC_OPTS += -optc-B/usr/bin/ld.gold" >> mk/build.mk
+ echo "SRC_HC_OPTS += -optl-B/usr/bin/ld.gold" >> mk/build.mk
endif
ifeq (armhf,$(DEB_HOST_ARCH))
echo "SRC_HC_OPTS += -D__ARM_PCS_VFP" >> mk/build.mk
More information about the Pkg-haskell-commits
mailing list