diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-11-19 15:15:33 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-11-20 10:33:07 +0100 |
commit | 6dda31d287c3460398c90193419b72d75abc2d51 (patch) | |
tree | a4a6dbbe36ef894cfb90014a105a86af7872d550 /util | |
parent | bdb4af8bfd1eedb4cd58624b8dfdbc13f82c3654 (diff) | |
download | coreboot-6dda31d287c3460398c90193419b72d75abc2d51.tar.xz |
build system: tighten down .xcompile handling some more
Bail out if .xcompile is incomplete or can't be regenerated.
Change-Id: I74adeded7a3e849b25bf65c5b02f67820f29c7e2
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/12477
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/xcompile/xcompile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index a8134a0c98..4b9858099b 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -355,3 +355,4 @@ for architecture in $SUPPORTED_ARCHITECTURES; do report_arch_toolchain fi done +echo XCOMPILE_COMPLETE:=1 |