From bf89ff6c79e76b23d153cead09754e68dbe59983 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 26 Jun 2011 20:10:44 +0200 Subject: more 2.6.39 fixes --- package/llvm/patches/patch-Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/llvm') diff --git a/package/llvm/patches/patch-Makefile b/package/llvm/patches/patch-Makefile index 2839368ed..b1a4c6bcc 100644 --- a/package/llvm/patches/patch-Makefile +++ b/package/llvm/patches/patch-Makefile @@ -1,10 +1,11 @@ --- llvm-2.9.orig/Makefile 2010-11-29 19:16:10.000000000 +0100 -+++ llvm-2.9/Makefile 2011-05-16 20:54:17.476608532 +0200 -@@ -115,6 +115,7 @@ cross-compile-build-tools: ++++ llvm-2.9/Makefile 2011-06-25 12:16:13.422682536 +0200 +@@ -115,6 +115,8 @@ cross-compile-build-tools: $(Verb) if [ ! -f BuildTools/Makefile ]; then \ $(MKDIR) BuildTools; \ cd BuildTools ; \ + unset CC ; \ ++ unset CXX ; \ unset CFLAGS ; \ unset CXXFLAGS ; \ $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \ -- cgit v1.2.3