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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to