This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GNAT bug candidate
- From: Per Dalgas Jakobsen <gcc at knaldgas dot dk>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 18 Jul 2003 09:43:15 +0200 (CEST)
- Subject: GNAT bug candidate
- Reply-to: gcc at knaldgas dot dk
In my quest to build a cross-compiler on cygwin for rtems, I have stumbled
across a bug, I think:
In gcc/ada/adaint.c I think the define "HOST_EXECUTABLE_SUFFIX"
should be replaced with "TARGET_EXECUTABLE_SUFFIX".
(likewise with the HOST_OBJECT_SUFFIX -> TARGET_OBJECT_SUFFIX).
As far as I understand, this is a part of the gnat compiler,
and I think that the generated files should adhere to the targets
file-convention rather than the hosts convention?
Bug, or did I miss something along the way?
Best regards
Per