From 31002a0c0a5c2efe3ed3861a012a44e4888bf3d2 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 25 Mar 2019 14:05:25 -0700 Subject: Add an ability to mark a configuration as invalid ... so that the build will fail early and predictably. Signed-off-by: Alexey Neyman --- config/global.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/global.in') diff --git a/config/global.in b/config/global.in index f5df002d..94d2191b 100644 --- a/config/global.in +++ b/config/global.in @@ -38,6 +38,9 @@ config CONFIG_VERSION default "0" if VCHECK = "load" || VCHECK = "save" default CONFIG_VERSION_CURRENT +config INVALID_CONFIGURATION + bool + if VCHECK = "warning" comment "*************************************************************************" comment "Loaded configuration was generated by a previous version of crosstool-NG." -- cgit v1.2.3