Skip to content

Commit

Permalink
Some of this gets hoisted up to Makefile.common
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7856 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 15, 2003
1 parent 481cc7c commit 9575a18
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/Makefile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ TOOLS = $(LLVMTOOLCURRENT)

# LLVM Tool Definitions...
#
LCC = $(LLVMGCCDIR)/bin/gcc
LCC1 = $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1
LCXX = $(LLVMGCCDIR)/bin/g++
LCC1XX = $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1plus
LCC = $(LLVMGCC) ## FIXME: remove these definitions, use LLVMGCC directly
LCXX = $(LLVMGXX) ## FIXME: remove these definitions, use LLVMGXX directly
LAS = $(LLVMAS) ## FIXME: remove these definitions, use LLVMAS directly

LLI = $(TOOLS)/lli
LLC = $(TOOLS)/llc
LAS = $(TOOLS)/as
LGCCAS = $(TOOLS)/gccas
LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
LGCCLDPROG = $(TOOLS)/gccld
Expand Down

0 comments on commit 9575a18

Please sign in to comment.