Move USE_CCACHE logic to common location (#14899)

This commit is contained in:
Joel Challis
2021-10-21 14:39:13 +01:00
committed by GitHub
parent 1816006121
commit b36e0c6658
5 changed files with 8 additions and 11 deletions

View File

@@ -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