RTEMS Source Builde default languages
Chris Johns
chrisj at rtems.org
Thu Aug 8 23:57:25 UTC 2013
emanuel stiebler wrote:
> Hi all,
> how do I select which compilers will be build in the RSB?
>
> Per default, it is always "--enable-languages=c,c++"
>
> but, where is it set, or can be changed?
>
For C++ it defaults to on ...
http://git.rtems.org/rtems-source-builder/tree/source-builder/config/checks.cfg#n13
and is handled here ...
http://git.rtems.org/rtems-source-builder/tree/source-builder/config/gcc-common-1.cfg#n118
You could create a user macro file and enable ada ...
[gcc-snapshot]
enable_ada: none, override, '1'
and pass on the command line.
> Anybody tried Ada with the RSB?
I have not. You may need to teach it now to do this. Patches would be
welcome.
Chris
More information about the users
mailing list