summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-16 13:09:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-16 13:09:06 +0000
commit64f5838550435e3b7423f2c10631bad79461cadb (patch)
tree8f9bc5829005c14e231e6ff8789324e81c5e39bc /Makefile
parent56c390e709cf1baa0d3b83726d11f568290456e3 (diff)
downloadllvm-64f5838550435e3b7423f2c10631bad79461cadb.tar.gz
llvm-64f5838550435e3b7423f2c10631bad79461cadb.tar.bz2
llvm-64f5838550435e3b7423f2c10631bad79461cadb.tar.xz
llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should be --host's in BuildTools/llvm-config.
FIXME: Host's llvm-config is not generated. It's for target's. Host tools, aka "BuildTools", in utils, do not require llvm-config to build. For example with --host=i686-pc-mingw32 --build=linux, $ BuildTools/Release+Asserts/bin/llvm-config --libs support -lLLVMSupport -lpthread -lshell32 -lpsapi -limagehlp -lm git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e3672b76b4..74ce9cdeeb 100644
--- a/Makefile
+++ b/Makefile
@@ -126,6 +126,7 @@ cross-compile-build-tools:
SDKROOT= \
TARGET_NATIVE_ARCH="$(TARGET_NATIVE_ARCH)" \
TARGETS_TO_BUILD="$(TARGETS_TO_BUILD)" \
+ TARGET_LIBS="$(LIBS)" \
ENABLE_OPTIMIZED=$(ENABLE_OPTIMIZED) \
ENABLE_PROFILING=$(ENABLE_PROFILING) \
ENABLE_COVERAGE=$(ENABLE_COVERAGE) \