rpms/compat-gcc-34/devel compat-gcc-34.spec,1.15,1.16

Jakub Jelinek jakub at fedoraproject.org
Tue Jul 28 13:07:37 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/compat-gcc-34/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv595

Modified Files:
	compat-gcc-34.spec 
Log Message:
3.4.6-16


Index: compat-gcc-34.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compat-gcc-34/devel/compat-gcc-34.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- compat-gcc-34.spec	24 Jul 2009 19:19:07 -0000	1.15
+++ compat-gcc-34.spec	28 Jul 2009 13:07:36 -0000	1.16
@@ -16,7 +16,7 @@
 Summary: Compatibility GNU Compiler Collection
 Name: compat-gcc-34
 Version: 3.4.6
-Release: 15
+Release: 16
 # libgcc and crtstuff have an exception which allows
 # linking it into any kind of programs or shared libraries without
 # restrictions.
@@ -272,6 +272,7 @@ OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m6
 %ifarch %{ix86}
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mtune=pentium4/-mtune=i686/g'`
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mtune=generic/-mtune=i686/g'`
+OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mtune=atom/-mtune=i686/g'`
 %endif
 %ifarch x86_64
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mtune=nocona//g'`
@@ -668,7 +669,11 @@ fi
 %{_prefix}/%{_lib}/libg2c.so.0*
 
 %changelog
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.6-15
+* Tue Jul 28 2009 Jakub Jelinek  <jakub at redhat.com> 3.4.6-16
+- replace -mtune=atom in $RPM_OPT_FLAGS with something that
+  GCC 3.4.6 groks
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 3.4.6-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Fri Jun 12 2009 Dennis Gilmore <dennis at ausil.us> - 3.4.6-14




More information about the fedora-extras-commits mailing list