diff options
Diffstat (limited to 'tmk_core/chibios.mk')
-rw-r--r-- | tmk_core/chibios.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk index c520d6025..957a25922 100644 --- a/tmk_core/chibios.mk +++ b/tmk_core/chibios.mk | |||
@@ -398,12 +398,6 @@ OPT_DEFS += -DPROTOCOL_CHIBIOS | |||
398 | # Workaround to stop ChibiOS from complaining about new GCC -- it's been fixed for 7/8/9 already | 398 | # Workaround to stop ChibiOS from complaining about new GCC -- it's been fixed for 7/8/9 already |
399 | OPT_DEFS += -DPORT_IGNORE_GCC_VERSION_CHECK=1 | 399 | OPT_DEFS += -DPORT_IGNORE_GCC_VERSION_CHECK=1 |
400 | 400 | ||
401 | # Speed up recompilations by opt-in usage of ccache | ||
402 | USE_CCACHE ?= no | ||
403 | ifneq ($(USE_CCACHE),no) | ||
404 | CC_PREFIX ?= ccache | ||
405 | endif | ||
406 | |||
407 | # Construct GCC toolchain | 401 | # Construct GCC toolchain |
408 | CC = $(CC_PREFIX) $(TOOLCHAIN)gcc | 402 | CC = $(CC_PREFIX) $(TOOLCHAIN)gcc |
409 | OBJCOPY = $(TOOLCHAIN)objcopy | 403 | OBJCOPY = $(TOOLCHAIN)objcopy |