From a222d6dbd80ab5fba31081fc9bea5f67b941d94f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 12 Aug 2013 16:18:25 +0200 Subject: update to latest upstream version, enable for arm --- package/llvm/patches/patch-Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package/llvm/patches/patch-Makefile') 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 ; \ -- cgit v1.2.3