aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorDavid Cuthbert <dacut@kanga.org>2020-09-17 15:14:39 -0700
committerGitHub <noreply@github.com>2020-09-17 15:14:39 -0700
commitb846480d5a83171e85dba48422b42aa95e29d31a (patch)
treec14ec18f45c8090b4f08225616b68cb4f2411ff3 /tmk_core
parentabec529e62ed200313af0629377f8bc60ec83367 (diff)
downloadfirmware-b846480d5a83171e85dba48422b42aa95e29d31a.tar.gz
firmware-b846480d5a83171e85dba48422b42aa95e29d31a.tar.bz2
firmware-b846480d5a83171e85dba48422b42aa95e29d31a.zip
Output an error message if LINK_TIME_OPTIMIZATION_ENABLE is set but LTO_ENABLE is not (#10217)
* Output an error message if LINK_TIME_OPTIMIZATION_ENABLE is set but LTO_ENABLE is not. * Update common.mk Specify that LINK_TIME_OPTIMZATION_ENABLE has been renamed, not deprecated.
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index 3c9de33c9..c60a1c405 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -161,6 +161,8 @@ ifeq ($(strip $(LTO_ENABLE)), yes)
EXTRAFLAGS += -flto
TMK_COMMON_DEFS += -DLTO_ENABLE
TMK_COMMON_DEFS += -DLINK_TIME_OPTIMIZATON_ENABLE
+else ifdef LINK_TIME_OPTIMIZATION_ENABLE
+ $(error The LINK_TIME_OPTIMIZATION_ENABLE flag has been renamed to LTO_ENABLE.)
endif
# Search Path