]> granicus.if.org Git - clang/commit
ccc: Use CCC_NATIVE=1 by default.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 1 Oct 2008 01:10:22 +0000 (01:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 1 Oct 2008 01:10:22 +0000 (01:10 +0000)
commit1bf3f73598f1a67b8c6b0a7ee2034bdeacb6e444
tree625c645311d75ec0eb718a49dca946b40978e63d
parentad2dc71a6f40e94331e72c18b2cffa0320b18eb3
ccc: Use CCC_NATIVE=1 by default.
 - So far this works fairly well for me for building applications
   using clang as a gcc substitute. If you are using ccc for a
   different purpose and this is a problem, speak up! Note you can
   also use CCC_NATIVE=0 to disable.

 - Also, turn CCC_ECHO off as default.

 - Also, pass through -Wl, to linker.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56904 91177308-0d34-0410-b5e6-96231b3b80d8
utils/ccc