Start using `llvm-as' instead of `as'.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 28 Aug 2003 21:45:08 +0000 (21:45 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 28 Aug 2003 21:45:08 +0000 (21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8193 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 7b6c9867d8f1aaf8b49dc14c185922394e0bda2e..f002d0af06587c08827085001af5e8beda9a6a16 100644 (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
 
 
 ###########################################################################
index 7b6c9867d8f1aaf8b49dc14c185922394e0bda2e..f002d0af06587c08827085001af5e8beda9a6a16 100644 (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
 
 
 ###########################################################################