diff options
Diffstat (limited to 'toolchain.inc')
-rw-r--r-- | toolchain.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.inc b/toolchain.inc index 724658010e..c32550907c 100644 --- a/toolchain.inc +++ b/toolchain.inc @@ -146,7 +146,7 @@ $(eval $(call toolchain_to_dir)) $(call init_stages) -# Test for coreboot toolchain (except when explicitely not requested) +# Test for coreboot toolchain (except when explicitly not requested) ifneq ($(NOCOMPILE),1) # only run if we're doing a build (not for tests, kconfig, ...), using gcc # rationale: gcc versions by Linux distributions tend to be quite messed up |