public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ntl] f45: Build with z15 support on s390x
Date: Fri, 25 Sep 2026 18:34:21 GMT	[thread overview]
Message-ID: <179036126138.1.18400475030101989726.rpms-ntl-de7a02e9ca83@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ntl
Branch : f45
Commit : de7a02e9ca8320d76872834d6553038d0c8efbb4
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-09-25T11:58:20-06:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ntl/c/de7a02e9ca8320d76872834d6553038d0c8efbb4?branch=f45

Log:
Build with z15 support on s390x

---
diff --git a/ntl.spec b/ntl.spec
index 46676ca..4eaba0f 100644
--- a/ntl.spec
+++ b/ntl.spec
@@ -56,7 +56,6 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 rm src/GetTime0.cpp
 
 %build
-# TODO: Once we can assume z15, add TUNE=linux-s390x to the flags for s390x
 cd src
 ./configure \
   CXX="${CXX-g++}" \
@@ -72,8 +71,12 @@ cd src
   NTL_LOADTIME_CPU=on \
   TUNE=x86 \
 %else
+%ifarch s390x
+  TUNE=linux-s390x \
+%else
   TUNE=generic \
 %endif
+%endif
   PKGDIR=%{_libdir}/pkgconfig \
   SHARED=on \
   SYS_PREFIX=%{_prefix}

                 reply	other threads:[~2026-09-25 18:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179036126138.1.18400475030101989726.rpms-ntl-de7a02e9ca83@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox