Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-06 Thread Bruce Evans
On Wed, 6 Nov 2013, Dimitry Andric wrote: On 06 Nov 2013, at 05:30, Bruce Evans b...@optusnet.com.au wrote: On Tue, 5 Nov 2013, Luigi Rizzo wrote: On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote: Log: Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline

Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-05 Thread Luigi Rizzo
On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote: Author: dim Date: Tue Nov 5 07:37:35 2013 New Revision: 257691 URL: http://svnweb.freebsd.org/changeset/base/257691 Log: Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline for clang only. thanks. I

Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-05 Thread Dimitry Andric
On 05 Nov 2013, at 16:45, Luigi Rizzo ri...@iet.unipi.it wrote: ... I wonder if it is worthwhile adding to the default rules some compiler-specific CFLAGS, say CFLAGS_CLANG and CFLAGS_GCC (there is only a handful of cases now so maybe it is overkill, and it harms readability; on the other

Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-05 Thread Bruce Evans
On Tue, 5 Nov 2013, Luigi Rizzo wrote: On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote: Log: Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline for clang only. This still just breaks the warning. See my previous reply. (For gcc, it is unclear if the

Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-05 Thread Dimitry Andric
On 06 Nov 2013, at 05:30, Bruce Evans b...@optusnet.com.au wrote: On Tue, 5 Nov 2013, Luigi Rizzo wrote: On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote: Log: Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline for clang only. This still just breaks the

svn commit: r257691 - head/gnu/lib/libgcc

2013-11-04 Thread Dimitry Andric
Author: dim Date: Tue Nov 5 07:37:35 2013 New Revision: 257691 URL: http://svnweb.freebsd.org/changeset/base/257691 Log: Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline for clang only. Modified: head/gnu/lib/libgcc/Makefile Modified: head/gnu/lib/libgcc/Makefile