mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Start using llvm-as' instead of
as'.
llvm-svn: 8193
This commit is contained in:
parent
eed6bdf487
commit
1aa0f15bd0
@ -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
|
||||
|
||||
|
||||
###########################################################################
|
||||
|
@ -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
|
||||
|
||||
|
||||
###########################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user