Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: Makefile.standalone

Issue 1211593003: Remove unnecessary TEXTBC_LIBS makefile definition. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index f11f0973c483a42688942b3d35ef0372efc4e2a5..77c603c95bb2c7c0bb15369e87ee92253f97bb09 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -89,10 +89,8 @@ endif
ifdef TEXTUAL_BITCODE
BASE_CXX_DEFINES += -DINPUT_IS_TEXTUAL_BITCODE=1
OBJDIR := $(OBJDIR)+Tbc
- TEXTBC_LIBS = -LLVMNaClBitTestUtils
else
BASE_CXX_DEFINES += -DINPUT_IS_TEXTUAL_BITCODE=0
- TEXTBC_LIBS =
endif
SB_CXX_DEFINES := $(BASE_CXX_DEFINES) -DPNACL_BROWSER_TRANSLATOR=1
@@ -139,7 +137,7 @@ LLVM_LIBS_LIST := -lLLVMIRReader -lLLVMBitReader -lLLVMNaClBitTestUtils \
ifeq ($(AUTOCONF), 0)
# LLVM cmake build
- LLVM_LIBS := $(LLVM_LIBS_LIST) $(TEXTBC_LIBS)
+ LLVM_LIBS := $(LLVM_LIBS_LIST)
# For the cmake build, the gtest libs end up in the same place as the LLVM
# libs, so no "-L..." arg is needed.
GTEST_LIB_PATH ?=
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698