[compat-gcc-32] 3.2.3-68.11

Jakub Jelinek jakub at fedoraproject.org
Mon Jul 7 15:48:06 UTC 2014


commit 01b9730ee925969020c80e9232097ab1d3f6a5b4
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Mon Jul 7 17:48:19 2014 +0200

    3.2.3-68.11

 compat-gcc-32.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/compat-gcc-32.spec b/compat-gcc-32.spec
index 86e39fd..ec2b1b7 100644
--- a/compat-gcc-32.spec
+++ b/compat-gcc-32.spec
@@ -21,7 +21,7 @@
 Summary: The compatibility GNU Compiler Collection
 Name: compat-gcc-32
 Version: %{gcc_version}
-Release: %{gcc_release}.10
+Release: %{gcc_release}.11
 License: GPLv2+ with exceptions
 Group: Development/Languages
 Source0: gcc-%{gcc_version}-%{DATE}.tar.bz2
@@ -288,7 +288,9 @@ OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-march=z9-109//g;s/-mtune=z10//g'`
 %endif
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-Wall//g' -e 's/-Wp,-D_FORTIFY_SOURCE=2//g'`
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-fexceptions//g' -e 's/-fasynchronous-unwind-tables//g'`
-OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-fstack-protector//g' -e 's/--param=ssp-buffer-size=[0-9]*//g'`
+OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-fstack-protector\(-strong\)\?//g'`
+OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/--param=ssp-buffer-size=[0-9]*//g'`
+OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-grecord-gcc-switches//g' -e 's/-Werror=format-security//g'`
 %ifarch sparc64
 cat > gcc64 <<"EOF"
 #!/bin/sh
@@ -449,6 +451,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_prefix}/%{_lib}/libstdc++.so.5*
 
 %changelog
+* Wed Feb 20 2013 Jakub Jelinek  <jakub at redhat.com> 3.2.3-68.11
+- fix build on Fedora21+ (#1106076)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.3-68.10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list