Hi,,
Assume we work on a PC and developing code for ARM embedded linux.

for PC modules we issue "make" for the makefile to be be built,but there is nothing inside the makefile specifies the compiler type. what about cross program? how can i tell the "make" command to use the cross compiler?
thanks