This is the mail archive of the gcc-patches@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: gengtype-{lex,yacc}.c rules broken


> Ah, sorry, I was thinking this file was supposed to be created in the
> build tree.  Now it is, but we have filenames that don't comply with
> the 8.3 rule.  Do we still care?  Replace .$$$$ with -$$$$ in
> gengtype-yacc.c, maybe?

For 8.3-isms, it's best to put the uniquer at the beginning, like
$$$$gengtype-yacc.c.  Second best is to use gengtype-yacc.c$$$$

But keep in mind, "gengtype" is already 8 characters, so you've
already got problems with gengtype-lex.c conflicting with
gengtype-yacc.c.  I think the DJGPP folks have resigned themselves to
requiring a LFN-compatible system to build gcc.

> Or, since it's created in the build tree, just use a fixed name
> anyway.

That would be better.


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