Re: [PATCH] fix inlining related build failures in mxser.c

From: Florian Weimer
Date: Fri Dec 24 2004 - 08:56:07 EST


* Jesper Juhl:

>> Add -funit-at-a-time to the CFLAGS, and the compiler is happy.
>>
> But, does unit-at-a-time work reliably for all compilers on all archs back
> to and including gcc 2.95.3 ?

Unit-at-a-time is only available in GCC 3.4 and above.
Function-at-a-time will still be supported in GCC 4.0, but this
version will use unit-at-a-time by default (if optimization is
enable).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/