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

Jakub Jelinek jakub at fedoraproject.org
Fri Jul 31 16:26:10 UTC 2009


Author: jakub

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

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


Index: compat-gcc-34.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compat-gcc-34/devel/compat-gcc-34.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- compat-gcc-34.spec	28 Jul 2009 13:07:36 -0000	1.16
+++ compat-gcc-34.spec	31 Jul 2009 16:26:09 -0000	1.17
@@ -16,7 +16,7 @@
 Summary: Compatibility GNU Compiler Collection
 Name: compat-gcc-34
 Version: 3.4.6
-Release: 16
+Release: 17
 # libgcc and crtstuff have an exception which allows
 # linking it into any kind of programs or shared libraries without
 # restrictions.
@@ -341,6 +341,11 @@ for d in `pwd`/%{gcc_target_platform}/li
   popd
 done
 
+# Make sure we are using system libgcc_s, as system libstdc++.so.6 might
+# use unwinding features that require it.
+mv gcc/libgcc_s.so.1{,.bak}
+ln -sf /%{_lib}/libgcc_s.so.1 gcc/libgcc_s.so.1
+
 # run the tests.
 make %{?_smp_mflags} -k check || :
 echo ====================TESTING=========================
@@ -669,6 +674,10 @@ fi
 %{_prefix}/%{_lib}/libg2c.so.0*
 
 %changelog
+* Fri Jul 31 2009 Jakub Jelinek  <jakub at redhat.com> 3.4.6-17
+- make sure to use system libgcc_s.so.1 instead of gcc34 one during
+  testing
+
 * 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




More information about the fedora-extras-commits mailing list