Move USE_CCACHE logic to common location (#14899)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
##############################################################################
|
||||
# Compiler settings
|
||||
#
|
||||
CC = arm-none-eabi-gcc
|
||||
CC = $(CC_PREFIX) arm-none-eabi-gcc
|
||||
OBJCOPY = arm-none-eabi-objcopy
|
||||
OBJDUMP = arm-none-eabi-objdump
|
||||
SIZE = arm-none-eabi-size
|
||||
|
||||
Reference in New Issue
Block a user