Re: 2.3.26pre2 compile error

Peter Samuelson (peter@wire.cadcamlab.org)
Sat, 6 Nov 1999 00:26:17 -0600 (CST)


[Peter Samuelson]
> > One such way is to generate assembler code from its parse trees,
> > another is through linking to libgcc.a. Thus libgcc.a is in one
> > sense not really a library so much as just part of the compiler.
[...]
> > Why do this work by hand?
[Alexander Viro]
> Because in 99% of cases you don't _want_ those operations. Part of
> standard or not, gcc on x86 makes them _slow_.

So basically we use the absence of libgcc.a as a trap to find compiler
constructs we consider undesirable. Fair enough, works for me.

-- 
Peter Samuelson
<sampo.creighton.edu!psamuels>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/