<div dir="ltr"><div><div><div>Hi Subbu, thanks,<br></div><div>this apply to windows build only, not linux build<br></div>it means that if the variable is not set, then use gcc as default.<br></div>But what I did in windows build is to explicitely set COMPILER_TO_USE:=clang in the pharo.sista.spur/Makefile<br></div>See <br><a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/37d4a3d39933227e305bf2610a0ec685e6f101d2">https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/37d4a3d39933227e305bf2610a0ec685e6f101d2</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-04-02 17:40 GMT+02:00 K K Subbu <span dir="ltr"><<a href="mailto:kksubbu.ml@gmail.com" target="_blank">kksubbu.ml@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
On Monday 02 April 2018 07:21 PM, Nicolas Cellier wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Gah!<br>
<br>
despite my stuttutututter command:<br>
     CC=clang ./configure CC=clang<br>
the travis build is completely ignoring the directives and keep using gcc<br>
</blockquote>
<br></span>
I found the following clue in build.win32x86/common/Makefile<wbr>.tools<br>
-----<br>
 10 ifeq ($(COMPILER_TO_USE),)<br>
 11 COMPILER_TO_USE:=gcc<br>
 12 endif<br>
--------------------------<br>
<br>
HTH .. Subbu<br>
</blockquote></div><br></div>