public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: fix fedora macro usage
@ 2026-06-29 12:26 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-29 12:26 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 9ac4480c602e9af3ccac4fa3f292dbd8de078b7d
Author : Dan Horák <dan@danny.cz>
Date   : 2016-01-10T21:51:44+01:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/9ac4480c602e9af3ccac4fa3f292dbd8de078b7d?branch=rhel-f41-base

Log:
fix fedora macro usage

---
diff --git a/gcc.spec b/gcc.spec
index 152d1f6..19894ce 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -956,7 +956,7 @@ CONFIGURE_OPTS="\
 	--enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu \
 	--enable-plugin --enable-initfini-array \
 	--disable-libgcj \
-%if 0%{fedora} >= 21 && 0%{fedora} <= 22
+%if 0%{?fedora} >= 21 && 0%{?fedora} <= 22
 	--with-default-libstdcxx-abi=gcc4-compatible \
 %endif
 %if %{build_isl}

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

only message in thread, other threads:[~2026-06-29 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:26 [rpms/gcc] rhel-f41-base: fix fedora macro usage 

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