Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] how to change compiler command

On Sat, May 12, 2012 at 12:14 AM, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:

> ${COMMAND} comes from toolchain definition, this resolves to "gcc". You
> can replace it with your custom command as before.

Where do I replace it?

 Directly in the field you are asking about. Just replace ${COMMAND} with the compiler command you wish to use:

>  in Preferences -> C/C++ -> Settings -> Discovery
tab -> CDT GCC Builtin Compiler Settings, there is a field named "Command
to get compiler specs" 

Thanks,
Andrew


 

Thanks,
Nate

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top