diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-13 19:49:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-13 19:49:29 +0200 |
commit | c031bfdb6eb7d78e3747ca19516977a56fc8f71a (patch) | |
tree | 0293cffc11b517b3ecf2f976de5e9d2b287d26ba /package/llvm/patches | |
parent | df099ef028d1d4a3df380c472f450dc7980a846b (diff) |
fix some bulk build issues
Diffstat (limited to 'package/llvm/patches')
-rw-r--r-- | package/llvm/patches/patch-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/llvm/patches/patch-Makefile b/package/llvm/patches/patch-Makefile new file mode 100644 index 000000000..2839368ed --- /dev/null +++ b/package/llvm/patches/patch-Makefile @@ -0,0 +1,10 @@ +--- 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: + $(Verb) if [ ! -f BuildTools/Makefile ]; then \ + $(MKDIR) BuildTools; \ + cd BuildTools ; \ ++ unset CC ; \ + unset CFLAGS ; \ + unset CXXFLAGS ; \ + $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \ |