Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2014-04-06 09:55:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc (Old)
 and      /work/SRC/openSUSE:Factory/.gcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2014-02-06 07:06:17.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.gcc.new/gcc.changes     2014-04-06 
09:55:57.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Mar 21 12:29:29 UTC 2014 - [email protected]
+
+- Link to the system compiler LTO plugin from /usr/lib/bfd-plugins.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.5u3ghf/_old  2014-04-06 09:55:58.000000000 +0200
+++ /var/tmp/diff_new_pack.5u3ghf/_new  2014-04-06 09:55:58.000000000 +0200
@@ -399,6 +399,9 @@
 ln -sf gcc-%{gcc_suffix} $RPM_BUILD_ROOT%{_prefix}/bin/cc
 ln -sf g++-%{gcc_suffix}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/c++.1.gz
 ln -sf gcc-%{gcc_suffix}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/cc.1.gz
+# Install the LTO linker plugin so it is auto-loaded by BFD
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/bfd-plugins
+ln -s `gcc-%{gcc_suffix} -print-file-name=liblto_plugin.so.0.0.0` 
$RPM_BUILD_ROOT%{_prefix}/lib/bfd-plugins/liblto_plugin.so.0.0.0
 
 %files
 %defattr(-,root,root)
@@ -408,6 +411,8 @@
 %{_prefix}/bin/gcc-ar
 %{_prefix}/bin/gcc-nm
 %{_prefix}/bin/gcc-ranlib
+%dir %{_prefix}/lib/bfd-plugins
+%{_prefix}/lib/bfd-plugins/liblto_plugin.so.0.0.0
 %doc %{_mandir}/man1/gcc.1.gz
 %doc %{_mandir}/man1/cc.1.gz
 %doc %{_mandir}/man1/gcov.1.gz

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to