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>
This commit is contained in:
parent
d70f5fae1c
commit
517ed8b0e4
|
@ -98,6 +98,7 @@ fi
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
# platform agnostic and host tools
|
# platform agnostic and host tools
|
||||||
|
XGCCPATH:=${XGCCPATH}
|
||||||
IASL:=${IASL}
|
IASL:=${IASL}
|
||||||
HOSTCC?=${HOSTCC}
|
HOSTCC?=${HOSTCC}
|
||||||
CPUS?=${CORES}
|
CPUS?=${CORES}
|
||||||
|
|
Loading…
Reference in New Issue