RTEMS Source Builder | source-builder/defaults.mc: Default std language to C17 and C++17 (!261)

Chris Johns (@chris) gitlab at rtems.org
Sun May 24 22:00:27 UTC 2026




Chris Johns commented on a discussion on source-builder/defaults.mc: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/261#note_150970

 >  build_includes:      none,    convert,  ''
 >  build_libs:          none,    convert,  ''
 >  
 > +#
 > +# Host and Build standards
 > +#
 > +host_c_std:          none,    none,     'gnu17'
 > +host_cxx_std:        none,    none,     'gnu++17'
 > +build_c_std:         none,    none,     'gnu17'
 > +build_cxx_std:       none,    none,     'gnu++17'

If they are the same it may. You can override these settings in the build set if needed and it is debatable if you need to remove a duplicate if the same. For example the default may move to match a package. I do not mind these being left as you will always need to check the package.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/261#note_150970
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260524/1e11b14d/attachment.htm>


More information about the bugs mailing list