mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Updated to use the new Makefile.common.
Replaced the hard-coded compiler variable with the one defined by Makefile.config. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -31,9 +31,9 @@ endif
|
|||||||
.PRECIOUS: Output/%.llvm
|
.PRECIOUS: Output/%.llvm
|
||||||
|
|
||||||
ifdef ENABLE_OPTIMIZED
|
ifdef ENABLE_OPTIMIZED
|
||||||
TOOLS = $(BUILD_ROOT_TOP)/tools/Release
|
TOOLS = $(BUILD_OBJ_ROOT)/tools/Release
|
||||||
else
|
else
|
||||||
TOOLS = $(BUILD_ROOT_TOP)/tools/Debug
|
TOOLS = $(BUILD_OBJ_ROOT)/tools/Debug
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# LLVM Tool Definitions...
|
# LLVM Tool Definitions...
|
||||||
@@ -60,7 +60,7 @@ FAILURE = $(LEVEL)/test/Failure.sh
|
|||||||
TESTRUNR = $(LEVEL)/test/TestRunner.sh
|
TESTRUNR = $(LEVEL)/test/TestRunner.sh
|
||||||
|
|
||||||
# Native Tool Definitions
|
# Native Tool Definitions
|
||||||
NATGCC = /usr/dcs/software/supported/bin/gcc
|
NATGCC = $(CC)
|
||||||
CP = /bin/cp -f
|
CP = /bin/cp -f
|
||||||
|
|
||||||
## If TRACE or TRACEM is "yes", set the appropriate llc flag (-trace or -tracem)
|
## If TRACE or TRACEM is "yes", set the appropriate llc flag (-trace or -tracem)
|
||||||
|
Reference in New Issue
Block a user