public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.4.0-0.14
Date: Mon, 29 Jun 2026 12:24:06 GMT [thread overview]
Message-ID: <178273584612.1.9930779378240715038.rpms-gcc-8318459afa12@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-29 12:24 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=178273584612.1.9930779378240715038.rpms-gcc-8318459afa12@fedoraproject.org \
--to=jakub@fedoraproject.org \
--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