On Mon, Mar 03, 2008 at 11:36:51PM -0800, Andrew Morton wrote:
Was this when optimizing for size btw? It seems gcc is emitting alot more
calls to libgcc when optimizing for size.
It was just a EXPORT_SYMBOL(__ucmpdi2) missing.
I'm trying to keep the tools requirements the same as for x86. So for
32-bit kernels gcc 3.2 is the minimum but 3.2 is broken beyond recovery
for 64-bit code so there a minimum of 3.3 is required.
In practive it is ages that I've last seen a compiler older than gcc 3.4
being used to build a modern kernel for any architecture and 3.2 and 3.3
are a sufficient special case that maybe we should think about deprecating
3.2 and 3.3?
Ralf
--