summaryrefslogtreecommitdiffstats
path: root/llvm/Makefile.common
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-28 21:45:08 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-28 21:45:08 +0000
commitfc8010c50c97edaec2628fe3761ed50c7ad402c0 (patch)
treeb1bc5744075a2af213b41d3e013c717f4697c16e /llvm/Makefile.common
parent84acf179dd77df1a615ba05f620ec91149157624 (diff)
downloadbcm5719-llvm-fc8010c50c97edaec2628fe3761ed50c7ad402c0.tar.gz
bcm5719-llvm-fc8010c50c97edaec2628fe3761ed50c7ad402c0.zip
Start using `llvm-as' instead of `as'.
llvm-svn: 8193
Diffstat (limited to 'llvm/Makefile.common')
-rw-r--r--llvm/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common
index 7b6c9867d8f..f002d0af065 100644
--- a/llvm/Makefile.common
+++ b/llvm/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
###########################################################################
OpenPOWER on IntegriCloud