If I use cmake, <div><br></div><div>> --with-built-clang<div>> --with-clang=/path/to/existing/clang</div><div><br></div><div>what is it to replace them?<br><br><div class="gmail_quote">On Thu, Sep 30, 2010 at 2:48 AM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com">dgregor@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On Sep 29, 2010, at 4:31 PM, Matt Joiner wrote:<br>
<br>
> What's the proper way to instruct clang to build itself (assuming that<br>
> clang must already be built of course)?<br>
><br>
> There are several options using ./configure, I'm not sure which is the<br>
> best approach:<br>
> --with-built-clang<br>
> --with-clang=/path/to/existing/clang<br>
<br>
</div>These are for enabling testing with Clang.<br>
<br>
> CC=clang CXX=clang<br>
<br>
You want<br>
<br>
CC=clang CXX=clang++<br>
<br>
- Doug<br>
<div><div></div><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>best regards<br>Ariel<br>
</div></div>