Previous: Package Binder, Up: Configuration File Reference [Contents][Index]
Specifies the name of the executable of the linker. Example:
for Driver use "g++";
Specifies the minimum options to be used when invoking the linker. Those options are happened at the end of the link command so that potentially conflicting user options take precedence.
Specifies the option to be used when the linker is asked to produce a map file.
for Map_File_Option use "-Wl,-Map,";
Specifies the maximum length of the command line to invoke the linker. If this maximum length is reached, a response file will be used to shorten the length of the command line. This is only taken into account when attribute Response_File_Format is specified.
for Max_Command_Line_Length use "8000";
Specifies the format of the response file to be generated when the maximum length of the command line to invoke the linker is reached. This is only taken into account when attribute Max_Command_Line_Length is specified.
The allowed case-insensitive values are:
for Response_File_Format use "GCC_GNU";
for Response_File_Switches use ("-Wl,-f,");