Make sure that $(CXX.Flags) is passed to the linker so that the same options
authorReid Spencer <rspencer@reidspencer.com>
Tue, 16 May 2006 06:51:02 +0000 (06:51 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 16 May 2006 06:51:02 +0000 (06:51 +0000)
commitc14c936c79c60c9857d1b864cda029eded2a5d10
treebc4fe5fcc713561a5c9006e7fdd8a534a31567ab
parentf3af4ff0053cc831650ea917c01a4c2680c8974e
Make sure that $(CXX.Flags) is passed to the linker so that the same options
with which source is compiled are used when linking. This matters when a
project is using the LLVM makefiles and overrides CXXFLAGS to specify new
flags to use.

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