This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CLIB
- To: zackw at stanford dot edu
- Subject: Re: CLIB
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Fri, 4 May 01 05:25:33 EDT
- Cc: gcc at gcc dot gnu dot org
If all Ada programs for Dec Unix need it, then perhaps the gnat driver
should be adjusted to add it to the link line automatically on that
target? That shouldn't be too hard.
It already does, for user programs, but that doesn't help the linking
of gnat1 itself, wich is not done via the GNAT driver but directly in
the GCC Makefile. The latter is the major motivation.