From a86b04246a1abbb42d1b7863c44ebac73bafa5bd Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 28 Aug 2003 21:45:08 +0000 Subject: [PATCH] Start using `llvm-as' instead of `as'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8193 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 2 +- Makefile.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 7b6c9867d8f..f002d0af065 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 ########################################################################### diff --git a/Makefile.rules b/Makefile.rules index 7b6c9867d8f..f002d0af065 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 ########################################################################### -- 2.34.1