From: Chris Lattner Date: Mon, 11 Mar 2002 17:46:34 +0000 (+0000) Subject: Add var to find GCCLD tool X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9dfdf0f1e6894db020cb0a203af04b5754837e28;p=oota-llvm.git Add var to find GCCLD tool git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1846 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile.tests b/test/Makefile.tests index ef8ed25b40c..c6c7862ea04 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -25,6 +25,7 @@ LLI = $(TOOLS)/lli LLC = $(TOOLS)/llc LAS = $(TOOLS)/as LGCCAS = $(TOOLS)/gccas +LGCCLD = $(TOOLS)/gccld -L/home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/ LDIS = $(TOOLS)/dis LOPT = $(TOOLS)/opt LLINK = $(TOOLS)/link