X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=74ce9cdeeb0e66777ac9f8e3a9c429456bc70001;hb=1739b6cc2006fbbdc68b0a4b2d32452c17878f03;hp=e3672b76b4dd90ee6151cd4dfb31bdabcd927a05;hpb=dd5d86d992eb129ecd0bb013d2db2d6a0e8d2605;p=oota-llvm.git diff --git a/Makefile b/Makefile index e3672b76b4d..74ce9cdeeb0 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) \