rpms/compat-gcc-296/devel compat-gcc-296.spec,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Dec 17 11:03:55 UTC 2005


Author: jakub

Update of /cvs/dist/rpms/compat-gcc-296/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30991

Modified Files:
	compat-gcc-296.spec 
Log Message:
2.96-133



Index: compat-gcc-296.spec
===================================================================
RCS file: /cvs/dist/rpms/compat-gcc-296/devel/compat-gcc-296.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- compat-gcc-296.spec	8 Mar 2005 19:59:08 -0000	1.6
+++ compat-gcc-296.spec	17 Dec 2005 11:03:51 -0000	1.7
@@ -1,6 +1,6 @@
 %define DATE 20000731
 %define gcc_version 2.96
-%define gcc_release 132.fc4
+%define gcc_release 133
 Summary: 2.96-RH compatibility libraries
 Name: compat-gcc-296
 Version: %{gcc_version}
@@ -982,6 +982,9 @@
 %ifarch sparc sparc64
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mcpu=ultrasparc/-mtune=ultrasparc/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'`
 %ifarch ia64
 rm -f ../gcc/ChangeLog*.ia64
 %endif
@@ -1085,5 +1088,9 @@
 %{_prefix}/lib/gcc-lib/%{_target_platform}/%{gcc_version}/crtendS.o
 
 %changelog
+* Sat Dec 17 2005 Jakub Jelinek  <jakub at redhat.com> 2.96-133
+- rebuilt with new gcc, massage $RPM_OPT_FLAGS, as GCC 2.96-RH doesn't
+  grok -fstack-protector etc.
+
 * Tue Mar  8 2005 Jakub Jelinek  <jakub at redhat.com> 2.96-132.fc4
 - new compatibility package




More information about the fedora-cvs-commits mailing list