diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-19 16:11:39 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-19 16:11:39 -0600 |
commit | 01967529cb4c8ee829e55844432d811efc412c7b (patch) | |
tree | 15bd829e9cfdf09efabaad8a8e43c578c4c29c19 /package/llvm/patches/patch-Makefile | |
parent | 83cc22ea82b50acd8cf24ffa6cd5d8e54c78a3b2 (diff) |
drop llvm. no time to fix it.
Diffstat (limited to 'package/llvm/patches/patch-Makefile')
-rw-r--r-- | package/llvm/patches/patch-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/llvm/patches/patch-Makefile b/package/llvm/patches/patch-Makefile deleted file mode 100644 index 74a8af7f3..000000000 --- a/package/llvm/patches/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 ; \ - unset SDKROOT ; \ |