This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 4.2 Project: "@file" support
- From: Andi Kleen <ak at suse dot de>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 25 Aug 2005 12:31:34 +0200
- Subject: Re: 4.2 Project: "@file" support
- References: <200508250450.j7P4oWkW029722@sparrowhawk.codesourcery.com.suse.lists.egcs><20050825051254.GA26756@infradead.org.suse.lists.egcs><430D556E.6010400@codesourcery.com.suse.lists.egcs>
Mark Mitchell <mark@codesourcery.com> writes:
>
> I'm not sure what you're saying. The limitation on command-line
> length can be in either the shell, or the OS. In Windows 2000, the
> limitation comes primarily from the Windows command shell.
Linux has a similar limit which comes from the OS (normally around 32k)
So it would be useful there for extreme cases too.
-Andi