Hello Angel Pons,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/34555
to review the following change.
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 --- M util/xcompile/xcompile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/34555/1
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}