This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada build now requires gnatmake?
<guerby@acm.org> writes:
> I reread the discussions, and no message carries a patch that applies
> cleanly any longer. While I'm at it I'll submit a patch that merges
> some common code for those Ada file generating tools (xtreeprs,
> xsinfo, xeinfo and xnmake - 1665 SLOC total), provides a wrapper tool
> and a Makefile target that does not use gnatmake to get things done
> and is parallel-safe.
If you want to eliminate the use of gnatmake in order to enable
building with a minimal GNAT version, I'm not sure if you will achieve
this goal with your approach. IIRC, some of the tools use the
GNAT.Spitbol packages, which in turn depend on Ada.Strings.Unbounded,
which is not available with a minimal GNAT installation (at least
there's an undocumented coding requirement in this direction).