patch-Makefile 391 B

12345678910
  1. --- llvm-2.9.orig/Makefile 2010-11-29 19:16:10.000000000 +0100
  2. +++ llvm-2.9/Makefile 2011-05-16 20:54:17.476608532 +0200
  3. @@ -115,6 +115,7 @@ cross-compile-build-tools:
  4. $(Verb) if [ ! -f BuildTools/Makefile ]; then \
  5. $(MKDIR) BuildTools; \
  6. cd BuildTools ; \
  7. + unset CC ; \
  8. unset CFLAGS ; \
  9. unset CXXFLAGS ; \
  10. $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \