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.1.0-0.12
Date: Mon, 29 Jun 2026 12:22:05 GMT [thread overview]
Message-ID: <178273572516.1.1551793621553924614.rpms-gcc-728cf60265eb@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 728cf60265eb4732e79885f777a42a82d5543eee
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2005-12-23T09:48:52+00:00
Stats : +21/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/728cf60265eb4732e79885f777a42a82d5543eee?branch=rhel-f41-base
Log:
4.1.0-0.12
---
diff --git a/gcc41.spec b/gcc41.spec
index c7734a2..a8f2f87 100644
--- a/gcc41.spec
+++ b/gcc41.spec
@@ -1,6 +1,6 @@
%define DATE 20051222
%define gcc_version 4.1.0
-%define gcc_release 0.11
+%define gcc_release 0.12
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64
@@ -101,6 +101,8 @@ Patch19: gcc41-pr25005.patch
Patch20: gcc41-pr25328-test.patch
Patch21: gcc41-pr25535.patch
Patch22: gcc41-pr25364.patch
+Patch23: gcc41-pr25307.patch
+Patch24: gcc41-pr25369.patch
%define _gnu %{nil}
%ifarch sparc
@@ -452,6 +454,8 @@ which are required to run programs compiled with the GNAT.
%patch20 -p0 -b .pr25328-test~
%patch21 -p0 -b .pr25535~
%patch22 -p0 -b .pr25364~
+%patch23 -p0 -b .pr25307~
+%patch24 -p0 -b .pr25369~
sed -i -e 's/4\.1\.0/4.1.0/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@@ -524,6 +528,12 @@ EOF
fi
%endif
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
+case "$OPT_FLAGS" in
+ *-fasynchronous-unwind-tables*)
+ sed -i -e 's/-fno-exceptions /-fno-exceptions -fno-asynchronous-unwind-tables/' \
+ ../gcc/Makefile.in
+ ;;
+esac
CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="$OPT_FLAGS" XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" \
GCJFLAGS="$OPT_FLAGS" \
../configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
@@ -554,11 +564,11 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="$OPT_FLAGS" XCFLAGS="$OPT_FLAGS" TCFLAGS=
--host=%{gcc_target_platform}
%endif
-make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
+GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
#%ifarch %{ix86} x86_64
-#make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" profiledbootstrap
+#GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" profiledbootstrap
#%else
-#make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap-lean
+#GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap-lean
#%endif
# run the tests.
@@ -1531,6 +1541,13 @@ fi
%endif
%changelog
+* Fri Dec 22 2005 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.12
+- make sure GCJFLAGS are propagated down to libjava's configure
+- build crt{begin,end}*.o with -fno-asynchronous-unwind-tables
+ if RPM_OPT_FLAGS include -fasynchronous-unwind-tables
+- fix PR c++/25369 (Mark Mitchell)
+- fix PR libgfortran/25307 (Jerry DeLisle)
+
* Thu Dec 22 2005 Jakub Jelinek <jakub@redhat.com> 4.1.0-0.11
- update from gcc-4_1-branch (-r108861:108957)
- PRs debug/25518, fortran/24268, fortran/25423, libgfortran/25463,
reply other threads:[~2026-06-29 12:22 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=178273572516.1.1551793621553924614.rpms-gcc-728cf60265eb@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