mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: buildgcc: Ask the user to install gnat if it's missing
BUG=None BRANCH=None TEST=None Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/16677 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Change-Id: Ib840eac29fc8cedfaef4847fd9700bd4a70300ba Reviewed-on: https://chromium-review.googlesource.com/388329 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
15e1b4ee0c
commit
73cead2dd6
1 changed files with 2 additions and 0 deletions
|
@ -241,6 +241,8 @@ check_gnat() {
|
|||
printf "requires bootstrapping (-b).${NC}\n\n"
|
||||
HALT_FOR_TOOLS=1
|
||||
fi
|
||||
else
|
||||
please_install gnat
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue