mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-04 08:37:45 +00:00
Take settings of LCC and LCC1XX from configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9715fcd841
commit
dacca356a7
@ -249,9 +249,7 @@ LGCCLDPROG := $(LLVMTOOLCURRENT)/gccld
|
|||||||
# The LLVM GCC front-end in C and C++ flavors
|
# The LLVM GCC front-end in C and C++ flavors
|
||||||
#
|
#
|
||||||
LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/gcc
|
LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/gcc
|
||||||
LCC1 := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1
|
|
||||||
LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/g++
|
LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/g++
|
||||||
LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Some of the compiled LLVM tools which are used for compilation of runtime
|
# Some of the compiled LLVM tools which are used for compilation of runtime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user