public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ghc9.4] rawhide: tweak ghcplatform for ppc64le
@ 2026-08-09  5:30 Jens Petersen
  0 siblings, 0 replies; only message in thread
From: Jens Petersen @ 2026-08-09  5:30 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ghc9.4
Branch : rawhide
Commit : 92e1c3928fccbc00ce60a074964d42229aa909ef
Author : Jens Petersen <petersen@redhat.com>
Date   : 2026-08-09T13:28:01+08:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ghc9.4/c/92e1c3928fccbc00ce60a074964d42229aa909ef?branch=rawhide

Log:
tweak ghcplatform for ppc64le

---
diff --git a/ghc9.4.spec b/ghc9.4.spec
index 665db93..435aab3 100644
--- a/ghc9.4.spec
+++ b/ghc9.4.spec
@@ -17,6 +17,9 @@
 %undefine with_haddock
 %endif
 
+# tweak for ppc64le
+%global ghcplatform %(echo $(echo %{_arch} | sed -e "s/ppc64le/ppc64/")-linux-ghc-%{ghc_version_override})
+
 %global ghc_major 9.4
 %global ghc_name ghc%{ghc_major}
 
@@ -48,10 +51,10 @@
 %endif
 
 # make sure ghc libraries' ABI hashes unchanged
-%bcond_without abicheck
+%bcond abicheck 1
 
 # no longer build testsuite (takes time and not really being used)
-%bcond_with testsuite
+%bcond testsuite 0
 
 # ld
 %if 0%{?fedora} >= 43 || 0%{?rhel} >= 10 || "%{_arch}" == "aarch64" || "%{_arch}" == "riscv64"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-09  5:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09  5:30 [rpms/ghc9.4] rawhide: tweak ghcplatform for ppc64le Jens Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox