On 04/21/2011 12:19 PM, Jeff Johnston wrote:
> Hi Corey,
>
> You are correct in that you cannot add new options to the Configuration
> Settings pages except via code. The AutotoolsConfiguration has the set
> of options and the Configuration Settings pages are created based on
> them. This was do
Hi Corey,
You are correct in that you cannot add new options to the Configuration
Settings pages except via code. The AutotoolsConfiguration has the set
of options and the Configuration Settings pages are created based on
them. This was done to make the code easily extendible if we wanted to
Hi,
We are looking to extend the autotools plug-in so that it can use a
different GNU toolchain. specifically a newer one from the one that's in
the distro. At this point, all we really need to do, I think, is to add
the following options CC= and CXX= options to
the configure command.
I had a lo