When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't
authorJim Grosbach <grosbach@apple.com>
Fri, 30 Oct 2009 19:53:38 +0000 (19:53 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 30 Oct 2009 19:53:38 +0000 (19:53 +0000)
commit1f22d6f131170f4dca02296fe266323d6339e6a3
tree0649d1fff479292bf74041405bf85c38580dacb2
parent79dec80e1931d43eaa96dede5bc982f72b57c11a
When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't
apply to the build tools. If we want to allow build tool flags input, we
should have separate inputs (BUILD_CFLAGS and BUILD_CXXFLAGS, perhaps).

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