mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Point to the correct cc1/cc1plus binaries
llvm-svn: 7997
This commit is contained in:
parent
96a14a8d3b
commit
99eb396cc0
@ -320,9 +320,9 @@ TBLGEN := $(LLVMTOOLCURRENT)/tblgen
|
||||
# The LLVM GCC front-end in C and C++ flavors
|
||||
#
|
||||
LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/gcc
|
||||
LCC1 := $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1
|
||||
LCC1 := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1
|
||||
LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/g++
|
||||
LCC1XX := $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1plus
|
||||
LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# Some of the compiled LLVM tools which are used for compilation of runtime
|
||||
|
@ -320,9 +320,9 @@ TBLGEN := $(LLVMTOOLCURRENT)/tblgen
|
||||
# The LLVM GCC front-end in C and C++ flavors
|
||||
#
|
||||
LLVMGCC := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/gcc
|
||||
LCC1 := $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1
|
||||
LCC1 := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1
|
||||
LLVMGXX := PATH=$(LLVMTOOLCURRENT):$(PATH) $(LLVMGCCDIR)/bin/g++
|
||||
LCC1XX := $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1plus
|
||||
LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
# Some of the compiled LLVM tools which are used for compilation of runtime
|
||||
|
Loading…
Reference in New Issue
Block a user