rpms/compat-gcc-32/devel compat-gcc-32.spec,1.12,1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Dec 17 16:56:52 UTC 2005


Author: jakub

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

Modified Files:
	compat-gcc-32.spec 
Log Message:
3.2.3-54.fc5



Index: compat-gcc-32.spec
===================================================================
RCS file: /cvs/dist/rpms/compat-gcc-32/devel/compat-gcc-32.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- compat-gcc-32.spec	17 Dec 2005 16:55:08 -0000	1.12
+++ compat-gcc-32.spec	17 Dec 2005 16:56:49 -0000	1.13
@@ -275,6 +275,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 sparc64
 cat > gcc64 <<"EOF"
 #!/bin/sh
@@ -629,6 +632,8 @@
 
 %changelog
 * Sat Dec 17 2005 Jakub Jelinek  <jakub at redhat.com> 3.2.3-54.fc5
+- rebuilt with new gcc, massage $RPM_OPT_FLAGS, as GCC 3.2.3-RH doesn't
+  grok -fstack-protector etc.
 - make sure glibc and glibc-devel for all multilib arches is installed
   for building (#170601)
 - fix compat-libstdc++-33 %%description (#171684)




More information about the fedora-cvs-commits mailing list