This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can You Put Comments Into GCC Compiler Options Files?


Ian Lance Taylor <iant@google.com> writes:
> I believe lThese option files were adapted from Windows, and they are
> primarily for use on Windows, which has much stricter limits on command
> line length than most Unix systems.  We should implement whatever
> Windows implements.

IIRC they were adapted from DJGPP, which got them from Borland C.
Neither of these allowed comments, because who knows what a "comment" is
for every single program out there?

Historically, @files were generated by the Makefile just before they
were used.  There was never a need to add documentation inside them.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]