This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] remove gnatmem ?
- To: guerby at acm dot org
- Subject: Re: [Ada] remove gnatmem ?
- From: Geert Bosch <bosch at gnat dot com>
- Date: Fri, 19 Oct 2001 16:59:24 -0400 (EDT)
- Cc: gcc-patches at gcc dot gnu dot org
On Fri, 19 Oct 2001 guerby@acm.org wrote:
ada/ChangeLog says:
20011019 Geert Bosh <bosch@gnat.com>
* Makefile.in (tools, gnattools): Remove gnatmem.
But shouldn't this be applied to gcc/ada/Make-lang.in? I don't think the
gnattools target in gcc/ada/Makefile.in are used at all. At least my "cd
gcc; make gnatlib_and_tools" still tries to build gnatmem and fails.
May be I should do "cd gcc/ada; make gnatlib_and_tools"?
It should be all around the board, I will complete the change.
-Geert