|
Loading...
|
help-make@gnu.org
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Specific C Compiler with GNU make John Calcote Mon Jul 13 12:01:00 2009
Hi Eduardo, On 7/13/2009 8:10 AM, Eduardo Sorribas wrote:
The built-in implicit make rule for compiling C source files to object files uses $(CC) as the compiler. The default value of CC is simply cc, which is defined in the /usr/bin directory (on Linux systems) as the platform's preferred variant of gcc.Hello.I have some time using GNU Make, and It has always been ok to me. It's just that I want to do something I hadn't needed to do, I need to compile using a mekefile and another compiler different to GCC. How can I do that? I know there is a CC variable but I dont know if i should set it manually. Thank you very much in advance.
Make users can use the command: $ make CC=abc to explicitly build using a different C compiler. Regards, John _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
- Specific C Compiler with GNU make Eduardo Sorribas 2009/07/13
- Re: Specific C Compiler with GNU make John Calcote 2009/07/13 <=