summaryrefslogtreecommitdiff
path: root/package/llvm/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:18:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:18:25 +0200
commita222d6dbd80ab5fba31081fc9bea5f67b941d94f (patch)
tree27fc33b61394d12b6d36415a775a032fd7c8bfc8 /package/llvm/patches/patch-Makefile
parent7a8e9c0ea181628555861fb4bbd3760ed1ca80e2 (diff)
update to latest upstream version, enable for arm
Diffstat (limited to 'package/llvm/patches/patch-Makefile')
-rw-r--r--package/llvm/patches/patch-Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/llvm/patches/patch-Makefile b/package/llvm/patches/patch-Makefile
index b1a4c6bcc..74a8af7f3 100644
--- a/package/llvm/patches/patch-Makefile
+++ b/package/llvm/patches/patch-Makefile
@@ -1,11 +1,12 @@
---- llvm-2.9.orig/Makefile 2010-11-29 19:16:10.000000000 +0100
-+++ llvm-2.9/Makefile 2011-06-25 12:16:13.422682536 +0200
-@@ -115,6 +115,8 @@ cross-compile-build-tools:
+--- llvm-3.3.src.orig/Makefile 2013-01-28 04:19:57.000000000 +0100
++++ llvm-3.3.src/Makefile 2013-08-12 14:50:49.000000000 +0200
+@@ -110,6 +110,9 @@ cross-compile-build-tools:
$(Verb) if [ ! -f BuildTools/Makefile ]; then \
$(MKDIR) BuildTools; \
cd BuildTools ; \
+ unset CC ; \
+ unset CXX ; \
++ unset RANLIB ; \
unset CFLAGS ; \
unset CXXFLAGS ; \
- $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \
+ unset SDKROOT ; \