On Mon, Nov 10, 2014 at 10:39 PM, <[email protected]> wrote: > > If you want to do that, then the only thing you have to do is > don't assign any value to CC, because cc is the default value. > If you do in this way then the user can set his prefered > compiler exporting CC. The same apply to LD, there is > a default value that is the correct for the system.
Worth noting that POSIX doesn't specify a value for LD. http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html#tag_20_76_13_09 -emg
