diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-11 21:41:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-11 21:41:43 +0000 |
commit | 98abb5286796f4f1c4f6e7f1f6407636ea8b04f4 (patch) | |
tree | e56f64935594c0a2b677b6a7d256131e94046ab9 /test/Makefile.tests | |
parent | 797209d321678461cd8622af37060a082b265572 (diff) |
Remove dead makefile code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index d523bc9ad3..0a252e3bf3 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -38,16 +38,9 @@ endif # LLVM Tool Definitions... # -ifdef LLVMGCCARCH # FIXME: Remove when new CFE is used on sparc as well! LCC = $(LLVMGCCDIR)/bin/gcc LCC1 = $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1 LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib -else -LCC = $(LLVMGCCDIR)/bin/llvm-gcc -LCC1 = $(LLVMGCCDIR)/lib/gcc-lib/llvm/3.1/cc1 -LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/llvm/lib -endif - LLI = $(TOOLS)/lli LLC = $(TOOLS)/llc LAS = $(TOOLS)/as |