diff options
-rw-r--r-- | test/Makefile.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index ef8ed25b40..c6c7862ea0 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 |