summaryrefslogtreecommitdiff
path: root/package/llvm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-06-26 20:10:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-06-26 20:10:44 +0200
commitbf89ff6c79e76b23d153cead09754e68dbe59983 (patch)
tree229463616389a8e00c8fc33576987d86ac2bba85 /package/llvm
parentac01f0d24321933d3456190164f5b68ccc94976a (diff)
more 2.6.39 fixes
Diffstat (limited to 'package/llvm')
-rw-r--r--package/llvm/patches/patch-Makefile5
1 files changed, 3 insertions, 2 deletions
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) \