buildgcc: Print error if flex is missing
flex is needed by acpica. This patch makes the build fail early instead of after gcc has been compiled, if flex is not there. Change-Id: Idfd71bdf704ab25de655f1a72c266c5220b15048 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1860 Reviewed-by: Idwer Vollering <vidwer@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
a47bd91cca
commit
17b77ab6aa
|
@ -119,6 +119,7 @@ MAKE=`searchgnu make` || exit $?
|
|||
|
||||
searchgnu m4 > /dev/null
|
||||
searchgnu bison > /dev/null
|
||||
searchgnu flex > /dev/null
|
||||
|
||||
cleanup()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue