Clarify that if a new value handle is added while dropping value handles
[oota-llvm.git] / Makefile
index e5d654363265e7480fe19f2f11dfb872d3dbbc40..e93ef605be95c6ef1f37d33c953a4a3e8fd8fd27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,8 @@ cross-compile-build-tools:
                --host=$(BUILD_TRIPLE) --target=$(BUILD_TRIPLE); \
          cd .. ; \
        fi; \
-        ($(MAKE) -C BuildTools \
+       (unset SDKROOT; \
+        $(MAKE) -C BuildTools \
          BUILD_DIRS_ONLY=1 \
          UNIVERSAL= \
          ENABLE_OPTIMIZED=$(ENABLE_OPTIMIZED) \