[Git][haskell-team/DHG_packages][experimental] ghc: fix build on mips64el by tweaking optc-mxgot flag syntax error

Gianfranco Costamagna (@locutusofborg) gitlab at salsa.debian.org
Wed Oct 11 09:22:25 BST 2023



Gianfranco Costamagna pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
a38be7c0 by Gianfranco Costamagna at 2023-10-11T10:21:47+02:00
ghc: fix build on mips64el by tweaking optc-mxgot flag syntax error

- - - - -


2 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ghc (9.4.7-1~exp2) experimental; urgency=medium
+
+  * Fix mxgot parameter for mips64el build
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 11 Oct 2023 10:20:58 +0200
+
 ghc (9.4.7-1~exp1) experimental; urgency=medium
 
   * New upstream release


=====================================
p/ghc/debian/rules
=====================================
@@ -81,7 +81,7 @@ endif
 
 ifneq (,$(filter mips64el, $(DEB_HOST_ARCH)))
 	# Pass -mxgot to fix relocation linker errors
-	EXTRA_HADRIAN_FLAGS += "*.GHC.ghc.hs.opts += -optc-mxgot"
+	EXTRA_HADRIAN_FLAGS += "*.*.ghc.hs.opts += -optc-mxgot"
 endif
 
 ifneq (,$(filter x32, $(DEB_HOST_ARCH)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a38be7c092b024de04280f0a72642baf283cea01

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a38be7c092b024de04280f0a72642baf283cea01
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20231011/e217b1ef/attachment.htm>


More information about the Pkg-haskell-commits mailing list