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:
parent
c989e07fe6
commit
3fb73c267c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue