libpayload: Don't force GCC in Makefile.payload
This allows nvramcui to be build with clang. Change-Id: I5e56ead81fc92b7ba4fb63a2c098b0e10b01ca53 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84010 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
fec86226b2
commit
76df5d017e
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ $(error $(xcompile) deleted because it's invalid. \
|
|||
endif
|
||||
|
||||
# `lpgcc` in in-tree mode:
|
||||
LPGCC = CC="$(CCACHE) $(GCC_CC_$(ARCH))"
|
||||
LPGCC = CC="$(CCACHE) $(CC_$(ARCH))"
|
||||
LPGCC += _OBJ="$(LIBPAYLOAD_OBJ)"
|
||||
LPGCC += $(LIBPAYLOAD_SRC)/bin/lpgcc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue