On Wed, 6 Nov 2013, Dimitry Andric wrote:
On 06 Nov 2013, at 05:30, Bruce Evans 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 s
On 06 Nov 2013, at 05:30, Bruce Evans 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 warning.
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 m
On 05 Nov 2013, at 16:45, Luigi Rizzo 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 hand, the Makefi
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.
tha
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
==