Sebastian Huber started a new discussion on wscript: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1125#note_145792 > return top_group > > > +import subprocess > +import re > + > + > +def get_gcc_build_key(compiler): One of the design principles of the build system is to do the build configuration through a file and not through command line options: https://docs.rtems.org/docs/main/eng/build-system.html For this work, there should be no changes necessary in the `wscript`. I would use a build option to customize the GCC build key validation. For example `GCC_BUILD_KEY_VALIDATION_ERROR_POLICY` which can be `ERROR`, `IGNORE`, and `WARNING`. A warning and error message should give a hint that the `GCC_BUILD_KEY_VALIDATION_ERROR_POLICY` can be used to customize this. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1125#note_145792 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
