patch-Makefile 409 B

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