[PATCH] uclibc extern inline

Bernhard Fischer rep.dot.nop at gmail.com
Sun Jan 6 13:53:45 UTC 2008


On Sat, Jan 05, 2008 at 07:02:45PM -0500, Mike Frysinger wrote:
>On Friday 07 December 2007, Khem Raj wrote:
>> Compiling with gcc 4.3 I get a lot of warning about inlining.
>> with -std=c99 or -std=gnu99 GCC implements ISO C99 inline semantics
>> unless -fgnu89-inline is used.
>
>the warnings are in gcc 4.2 as well.  ive imported the extern inline defines 
>from glibc into our cdefs.h and converted all of the pthreads code to use it.  
>i think that covers everything without forcing -fgnu89-inline ?

I'd prefer not to rely on gnu89-inline (and not on gnu99 too, fwiw).
Trunk should now start to behave without gnu89-inline.



More information about the uClibc mailing list