Andreas Gruenbacher wrote:
On Thursday 15 September 2005 17:13, Gary V. Vaughan wrote:Use gcc builtin alloca on platforms without alloca.hI don't much like adding a dependency on gcc.
It's just an optimisation.
Currently we have:
If there is alloca.h, use it
else fail to compile.
With the patch:
If there is alloca.h, use it
else if alloca is #defined, use that
else if using gcc, use it's builtin asm alloca
else fail to compile.
Cheers,
Gary.
--
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
