Add TOOLALIAS makefile variable; this defines an alternate name for a program
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 00:14:53 +0000 (00:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 00:14:53 +0000 (00:14 +0000)
commitfd96b13a94411b53a7c9fd03f5e02ce937698d74
tree8cf4566bacffb00aace8c26c84bc458aaaea083e
parent01c69374b508bad0ee71cd3c49414a325238e29a
Add TOOLALIAS makefile variable; this defines an alternate name for a program
which the makefiles will create by symlinking the actual tool to.
 - For use by clang, where we want to make 'clang++' and alias for clang (which
   enables C++ support in the driver)

 - Not sure this is the best approach, alternative suggestions welcome!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89282 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules