summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Makefile.unittest
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-26 07:44:16 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-26 07:44:16 +0000
commit28c62d211a63700aed632b643aa29dd3a49c559b (patch)
treee9fd3e3410c9c4b0f8924d6e6476b71c7863f931 /llvm/unittests/Makefile.unittest
parent6b8bf783939d2458ea44bcc6e2e9107c7569e9b8 (diff)
downloadbcm5719-llvm-28c62d211a63700aed632b643aa29dd3a49c559b.tar.gz
bcm5719-llvm-28c62d211a63700aed632b643aa29dd3a49c559b.zip
Remove libtool.
llvm-svn: 65517
Diffstat (limited to 'llvm/unittests/Makefile.unittest')
-rw-r--r--llvm/unittests/Makefile.unittest4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/Makefile.unittest b/llvm/unittests/Makefile.unittest
index 259e297cef7..5832d6ac1fd 100644
--- a/llvm/unittests/Makefile.unittest
+++ b/llvm/unittests/Makefile.unittest
@@ -21,11 +21,11 @@ include $(LEVEL)/Makefile.common
CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
CPP.Flags += -Wno-variadic-macros
-LD.Flags += -lGoogleTest -lUnitTestMain
+LIBS += -lGoogleTest -lUnitTestMain
$(LLVMUnitTestExe): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths)
$(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg)
- $(Verb) $(LTLink) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \
+ $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \
$(LLVMLibsOptions) $(ExtraLibs) $(TOOLLINKOPTSB) $(LIBS)
$(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
$(StripWarnMsg)
OpenPOWER on IntegriCloud