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

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 8318459afa122b39949aa816f7f2b77f8132b53b
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2009-02-03T21:00:20+00:00
Stats  : +18/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/8318459afa122b39949aa816f7f2b77f8132b53b?branch=rhel-f41-base

Log:
4.4.0-0.14

---
diff --git a/.cvsignore b/.cvsignore
index 90ecc7f..a7d3e79 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,3 @@
 fastjar-0.97.tar.gz
-gcc-4.4.0-20090127.tar.bz2
+gcc-4.4.0-20090203.tar.bz2
 cloog-ppl-0.15.tar.gz

diff --git a/gcc.spec b/gcc.spec
index afeaa32..171a639 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%define DATE 20090127
-%define SVNREV 143703
+%define DATE 20090203
+%define SVNREV 143904
 %define gcc_version 4.4.0
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%define gcc_release 0.13
+%define gcc_release 0.14
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %define include_gappletviewer 1
@@ -776,6 +776,14 @@ EOF
   fi
 done
 
+for f in `find $RPM_BUILD_ROOT%{_prefix}/include/c++/%{gcc_version}/%{gcc_target_platform}/ -name c++config.h`; do
+  for i in 1 2 4 8; do
+    sed -i -e 's/#define _GLIBCXX_ATOMIC_BUILTINS_'$i' 1/#ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_'$i'\
+&\
+#endif/' $f
+  done
+done
+
 # Nuke bits/stdc++.h.gch dirs
 # 1) there is no bits/stdc++.h header installed, so when gch file can't be
 #    used, compilation fails
@@ -1751,6 +1759,11 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Tue Feb  3 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-0.14
+- update from trunk
+- when compiling with -march=i386, don't use __sync_* builtins in
+  ext/atomicity.h
+
 * Wed Jan 28 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-0.13
 - fix graphite make check
 

diff --git a/sources b/sources
index e6e5e13..0f02384 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-e5996e03cb7f5da8251e2a4deb87bc87  gcc-4.4.0-20090127.tar.bz2
+8962fbd3c8007cd80f5d50de6a8001ba  gcc-4.4.0-20090203.tar.bz2
 716b7a0823f96c9d02c1703a9c47d387  cloog-ppl-0.15.tar.gz

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

only message in thread, other threads:[~2026-06-29 12:24 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:24 [rpms/gcc] rhel-f41-base: 4.4.0-0.14 Jakub Jelinek

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