diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
commit | 387f807fb69e4b45fd56d4ba05dc65b93bf97809 (patch) | |
tree | 7a1d1a8191a6b3d46fe49025776ecd45569676c1 /package/llvm/patches/patch-Makefile | |
parent | 1bd2bb0a91821025a50407f1b5a7e316e2e29eb5 (diff) | |
parent | 5b8ca9882625b354c5d935a14067568414fc369e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/llvm/patches/patch-Makefile')
-rw-r--r-- | package/llvm/patches/patch-Makefile | 5 |
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) \ |