Skip to content

Commit

Permalink
Remove dead makefile code
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6095 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed May 11, 2003
1 parent 797209d commit 98abb52
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/Makefile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98abb52

Please sign in to comment.