Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497>
authorBob Wilson <bob.wilson@apple.com>
Mon, 24 Sep 2012 22:51:19 +0000 (22:51 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 24 Sep 2012 22:51:19 +0000 (22:51 +0000)
commitc9d0c7094183285a0c3da852d8ed513d2a459d6d
treef4a5a4d4447659a6cbbbd04884ccef903b630172
parent3dbefbd9bb9801db3b8fda8e15d03f2659393135
Clear UNIVERSAL_SDK_PATH setting when building host tools.  <rdar://12360497>

I also moved the SDKROOT setting into the make flags, since clearing it from
the environment isn't good enough to override a setting on the make command
line.  That hasn't been a problem but it could be, and it's good to be
consistent with the way UNIVERSAL_SDK_PATH is handled.

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