svn commit: r319631 - stable/10/lib/clang

Glen Barber gjb at FreeBSD.org
Tue Jun 6 18:41:50 UTC 2017


On Tue, Jun 06, 2017 at 06:40:15PM +0000, Dimitry Andric wrote:
> Author: dim
> Date: Tue Jun  6 18:40:14 2017
> New Revision: 319631
> URL: https://svnweb.freebsd.org/changeset/base/319631
> 
> Log:
>   Work around a gcc 4.2 bug on powerpc architectures, where using
>   -fdata-sections can cause bogus "section type conflict" errors.  See
>   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33168 for more information.
>   
>   Since the upstream fixes are under GPLv3 and non-trivial, just disable
>   using function and data sections, at the cost of a slightly larger
>   executable.
>   
>   Direct commit to stable/10, since the version of clang in head and
>   stable/11 cannot be built by gcc 4.2 at all.
> 

Thank you very much!

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20170606/662032b1/attachment.sig>


More information about the svn-src-all mailing list