What does --with-ecos do?

Andrew Haley aph@redhat.com
Tue Jun 26 12:59:00 GMT 2012


On 06/26/2012 01:11 PM, Allan Nielsen wrote:

> I'm working on upgrading our eCos toolchain and saw the configurations
> flag --with-ecos.
> 
> What does this flag actually do?

As far as I can tell it doesn't exist in gcc:

 $ find gcc -type f | xargs grep -i with.ecos
gcc/doc/install.texi:@item --with-ecos

or in binutils:

 $ find src -type f | xargs grep -i with.ecos

This is a documentation bug, I think.

Andrew.



More information about the Gcc-help mailing list