summaryrefslogtreecommitdiffstats
path: root/util/xcompile/xcompile
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-07-24 20:16:00 +0200
committerMartin Roth <martinroth@google.com>2019-07-25 20:18:52 +0000
commit517ed8b0e4cb881618d7882a70d28d659ac2f81c (patch)
tree27916617558afaff2bcda99354b544035c97d247 /util/xcompile/xcompile
parentd70f5fae1c096212ba8c3d8ed3328b3acf7db8c4 (diff)
downloadcoreboot-517ed8b0e4cb881618d7882a70d28d659ac2f81c.tar.gz
coreboot-517ed8b0e4cb881618d7882a70d28d659ac2f81c.tar.bz2
coreboot-517ed8b0e4cb881618d7882a70d28d659ac2f81c.zip
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>
Diffstat (limited to 'util/xcompile/xcompile')
-rwxr-xr-xutil/xcompile/xcompile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index e8d667799438..f431625878b3 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -98,6 +98,7 @@ fi
cat <<EOF
# platform agnostic and host tools
+XGCCPATH:=${XGCCPATH}
IASL:=${IASL}
HOSTCC?=${HOSTCC}
CPUS?=${CORES}