Variables to Control Special Linking Needs
Some tools require special handling of the linker files, facilitated by the macro MP_LINKER_FILE_OPTION.
XC16 and C30/ASM30 toolchains require this option since they need to specify a part name or a file name, depending on whether the project contains a linker script or not.
The MPASM/C18 toolchains require this option to specify the areas where the debug executable is located.
These variables are explained in detail in their corresponding toolchain section under Special Considerations for Each Language Tool.