<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 7, 2020 at 8:18 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 07/10/2020 14:57, Joel Sherrill wrote:<br>
<br>
> How is clang vs gcc done in waf?<br>
<br>
It is a configuration option:<br>
<br>
# Selects the compiler used to build the BSP (allowed values are "gcc" and<br>
# "clang").  Please note that the values of some options depend on the <br>
compiler<br>
# selection and changing the compiler may lead to unpredictable behaviour if<br>
# these options are not adjusted as well.  Use the --rtems-compiler <br>
command line<br>
# option to get the default values for a particular compiler via<br>
# ./waf bsp_defaults.<br>
COMPILER = gcc<br></blockquote><div><br></div><div>Thanks. Just playing with the options, it looks like it lets you set clang</div><div>on any BSP even though that isn't going to work.</div><div><br></div><div>--joel</div></div></div>