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] |
* Maybe turn it into a build tool, and it may even make sense: dejagnu
dejagnu and expect used to have copies in the src tree but they were removed a long time ago, so I think of the rules for them both as a legacy (and I think those two go together). If they are removed, gcc subdirectory code supporting in-tree runtest and expect could be removed as well (it's quite possible other subdirectories in the gcc and src trees also have support for various components in-tree, that could be removed).
* Also present as build modules, host module makes little sense though: bison byacc flex m4 texinfo
texinfo used to have a copy in the GCC tree but was removed a long time ago; the src tree deliberately only has a copy of texinfo.tex in the toplevel texinfo directory.
So I think of the rules for it as a legacy.
I don't see m4 as useful as a build tool (rather, it's used by autoconf),
nor the use of having both byacc and bison, and while build tools bison and flex could be used I doubt the real utility of building them in tree.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |