BSP Count (rtems-bsps, autoconf, and waf)
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Oct 7 13:18:52 UTC 2020
On 07/10/2020 14:57, Joel Sherrill wrote:
> How is clang vs gcc done in waf?
It is a configuration option:
# Selects the compiler used to build the BSP (allowed values are "gcc" and
# "clang"). Please note that the values of some options depend on the
compiler
# selection and changing the compiler may lead to unpredictable behaviour if
# these options are not adjusted as well. Use the --rtems-compiler
command line
# option to get the default values for a particular compiler via
# ./waf bsp_defaults.
COMPILER = gcc
More information about the devel
mailing list