The following variables control the compiler command line:
The source CPU type is added as a define to the compiler command line. This is determined by the Makefile itself.
The target CPU type is added as a define to the compiler command line. This is determined by the Makefile itself.
What platform the makefile is used on. Detected automatically.
What platform will be compiled for. Added to the compiler command line with a -T prepended.