This is the mail archive of the gcc-bugs@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]

GNAT bug candidate


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]