svn commit: r257109 - head/contrib/llvm/tools/clang/tools/driver

2013-10-25 Thread Steven Hartland
Author: smh Date: Fri Oct 25 09:09:00 2013 New Revision: 257109 URL: http://svnweb.freebsd.org/changeset/base/257109 Log: Add clang-CC and CC to list of hints allowing clang to identify its operating mode as c++ instead of defaulting to c for the binary names CC and clang-CC. This fixes

Re: svn commit: r257109 - head/contrib/llvm/tools/clang/tools/driver

2013-10-25 Thread Dimitry Andric
On 25 Oct 2013, at 11:09, Steven Hartland s...@freebsd.org wrote: Author: smh Date: Fri Oct 25 09:09:00 2013 New Revision: 257109 URL: http://svnweb.freebsd.org/changeset/base/257109 Log: Add clang-CC and CC to list of hints allowing clang to identify its operating mode as c++ instead

Re: svn commit: r257109 - head/contrib/llvm/tools/clang/tools/driver

2013-10-25 Thread Steven Hartland
On 25 Oct 2013, at 11:09, Steven Hartland s...@freebsd.org wrote: Author: smh Date: Fri Oct 25 09:09:00 2013 New Revision: 257109 URL: http://svnweb.freebsd.org/changeset/base/257109 Log: Add clang-CC and CC to list of hints allowing clang to identify its operating mode as c++ instead

Re: svn commit: r257109 - head/contrib/llvm/tools/clang/tools/driver

2013-10-25 Thread David Chisnall
On 25 Oct 2013, at 06:03, Steven Hartland kill...@multiplay.co.uk wrote: As discussed on IRC while I agree removing CC is possibly the better fix moving forward, I think removing /usr/bin/CC has quite a bit more risk, especially at this stage in the release phase of 10. I'm not sure what the

Re: svn commit: r257109 - head/contrib/llvm/tools/clang/tools/driver

2013-10-25 Thread Steven Hartland
- Original Message - From: David Chisnall thera...@freebsd.org On 25 Oct 2013, at 06:03, Steven Hartland kill...@multiplay.co.uk wrote: As discussed on IRC while I agree removing CC is possibly the better fix moving forward, I think removing /usr/bin/CC has quite a bit more risk,

Re: svn commit: r257109 - head/contrib/llvm/tools/clang/tools/driver

2013-10-25 Thread Tim Kientzle
On Oct 25, 2013, at 2:34 AM, Dimitry Andric dimi...@andric.com wrote: On 25 Oct 2013, at 11:09, Steven Hartland s...@freebsd.org wrote: Author: smh Date: Fri Oct 25 09:09:00 2013 New Revision: 257109 URL: http://svnweb.freebsd.org/changeset/base/257109 Log: Add clang-CC and CC to list