Next: , Previous: , Up: Core Internal Procedures   [Contents][Index]


transform procedure

transform Procedure

Generates a string for the name of a tool as it was configured and installed, given its native name (as the argument toolname). This makes the assumption that all tools are installed using the same naming conventions: For example, for a cross compiler supporting the m68k-vxworks configuration, the result of transform gcc is m68k-vxworks-gcc.

transform toolname

toolname

The name of the cross-development program to transform.