a65
The target name, constructed with the --target option to configure, is used as a prefix to the program name. For example, the compiler for the Hitachi H8/300 (called simply gcc in native configurations) is called with the following input.
h8300-hms-gccLikewise, the Hitachi H8/300-configured gdb is called with the following input.
h8300-hms-gdbFor DOS-hosted toolchains, the tools are simply called by their standard names: gcc, gdb, etc. 0