New variable which is just the GCCLD tool
authorChris Lattner <sabre@nondot.org>
Thu, 26 Jun 2003 05:28:00 +0000 (05:28 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Jun 2003 05:28:00 +0000 (05:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6914 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index cedeef81c876afeab3f8d35d98a3b3fde611c606..4fb4d32731ac2a85cfaad4cd81fd4fdf30a89088 100644 (file)
@@ -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