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

Kinsey Moore (@opticron) gitlab at rtems.org
Sun May 24 20:50:22 UTC 2026




Kinsey Moore started a new discussion on source-builder/defaults.mc: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/261#note_150963

 >  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'

Does this global default obviate the changes to spike and sis builds that have already gone in? Other changes have pinned the standard to various versions, but spike and sis specifically pin 17.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/261#note_150963
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/d0cfd463/attachment-0001.htm>


More information about the bugs mailing list