public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/go-rpm-macros] rawhide: Enable loongarch64 support.
@ 2026-07-24  4:36 Sun Haiyong
  0 siblings, 0 replies; only message in thread
From: Sun Haiyong @ 2026-07-24  4:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/go-rpm-macros
Branch : rawhide
Commit : ad38790a16bbef96d9f1f2cce7d836587318d6e7
Author : Sun Haiyong <sunhaiyong@zdbr.net>
Date   : 2026-07-24T11:05:24+08:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/go-rpm-macros/c/ad38790a16bbef96d9f1f2cce7d836587318d6e7?branch=rawhide

Log:
Enable loongarch64 support.

---
diff --git a/go-rpm-macros.spec b/go-rpm-macros.spec
index e177367..ef34758 100644
--- a/go-rpm-macros.spec
+++ b/go-rpm-macros.spec
@@ -10,14 +10,14 @@ Version:   3.8.0
 %global _docdir_fmt     %{name}
 
 # Master definition that will be written to macro files
-%global golang_arches_future x86_64 %{arm} aarch64 ppc64le s390x riscv64
+%global golang_arches_future x86_64 %{arm} aarch64 ppc64le s390x riscv64 loongarch64
 %global golang_arches   %{ix86} %{golang_arches_future}
 %global gccgo_arches    %{mips}
 %if 0%{?rhel} >= 9
 %global golang_arches   x86_64 aarch64 ppc64le s390x
 %endif
 %if 0%{?rhel} >= 10
-%global golang_arches   x86_64 aarch64 ppc64le s390x riscv64
+%global golang_arches   x86_64 aarch64 ppc64le s390x riscv64 loongarch64
 %endif
 # Go sources can contain arch-specific files and our macros will package the
 # correct files for each architecture. Therefore, move gopath to _libdir and

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

only message in thread, other threads:[~2026-07-24  4:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24  4:36 [rpms/go-rpm-macros] rawhide: Enable loongarch64 support Sun Haiyong

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