From 083de22d9fe81dac433d2a449fb8c0326920cf4f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 26 Jun 2003 05:28:00 +0000 Subject: New variable which is just the GCCLD tool git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6914 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile.tests') diff --git a/test/Makefile.tests b/test/Makefile.tests index cedeef81c8..4fb4d32731 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -43,6 +43,7 @@ LLC = $(TOOLS)/llc LAS = $(TOOLS)/as LGCCAS = $(TOOLS)/gccas LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib +LGCCLDPROG = $(TOOLS)/gccld LDIS = $(TOOLS)/dis LOPT = $(TOOLS)/opt LLINK = $(TOOLS)/link -- cgit v1.2.3