Start using `llvm-as' instead of `as'.

llvm-svn: 8193
This commit is contained in:
Misha Brukman 2003-08-28 21:45:08 +00:00
parent 84acf179dd
commit fc8010c50c
2 changed files with 2 additions and 2 deletions

View File

@ -332,7 +332,7 @@ LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
# Some of the compiled LLVM tools which are used for compilation of runtime
# libraries.
#
LLVMAS := $(LLVMTOOLCURRENT)/as
LLVMAS := $(LLVMTOOLCURRENT)/llvm-as
###########################################################################

View File

@ -332,7 +332,7 @@ LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
# Some of the compiled LLVM tools which are used for compilation of runtime
# libraries.
#
LLVMAS := $(LLVMTOOLCURRENT)/as
LLVMAS := $(LLVMTOOLCURRENT)/llvm-as
###########################################################################