Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/34555 )
Change subject: xcompile: Store XGCCPATH ......................................................................
xcompile: Store XGCCPATH
It can be useful to pass along to external projects, e.g. payloads.
Change-Id: I61c7bb162e2737a562cbef08b32ebbafd9cf1cb0 Signed-off-by: Nico Huber nico.h@gmx.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/34555 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com Reviewed-by: Martin Roth martinroth@google.com --- M util/xcompile/xcompile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Martin Roth: Looks good to me, approved
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index e8d6677..f431625 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -98,6 +98,7 @@
cat <<EOF # platform agnostic and host tools +XGCCPATH:=${XGCCPATH} IASL:=${IASL} HOSTCC?=${HOSTCC} CPUS?=${CORES}