aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/chibios.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/chibios.mk')
-rw-r--r--tmk_core/chibios.mk6
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
399OPT_DEFS += -DPORT_IGNORE_GCC_VERSION_CHECK=1 399OPT_DEFS += -DPORT_IGNORE_GCC_VERSION_CHECK=1
400 400
401# Speed up recompilations by opt-in usage of ccache
402USE_CCACHE ?= no
403ifneq ($(USE_CCACHE),no)
404 CC_PREFIX ?= ccache
405endif
406
407# Construct GCC toolchain 401# Construct GCC toolchain
408CC = $(CC_PREFIX) $(TOOLCHAIN)gcc 402CC = $(CC_PREFIX) $(TOOLCHAIN)gcc
409OBJCOPY = $(TOOLCHAIN)objcopy 403OBJCOPY = $(TOOLCHAIN)objcopy