toolchain.inc: fix typo

Change-Id: I6336881f0ec3568e14c03c55c7c060eba9f4be53
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12675
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Martin Roth 2015-12-07 14:04:27 -07:00
parent c989e07fe6
commit 3fb73c267c
1 changed files with 1 additions and 1 deletions

View File

@ -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