summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index faa5a0284e..682ba0e9f6 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -43,7 +43,7 @@ LAS = $(LLVMAS) ## FIXME: remove these definitions, use LLVMAS directly
LLI = $(TOOLS)/lli
LLC = $(TOOLS)/llc
LGCCAS = $(TOOLS)/gccas
-LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
+LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
LGCCLDPROG = $(TOOLS)/gccld
LDIS = $(TOOLS)/dis
LOPT = $(TOOLS)/opt