[coreboot] New patch to review for coreboot: 21c4dcd buildgcc: Print error if flex is missing

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Nov 15 20:33:16 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1860

-gerrit

commit 21c4dcdb8ac15b177c51c2de769012cc2b12f691
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Nov 15 11:31:38 2012 -0800

    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 at google.com>
---
 util/crossgcc/buildgcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index f17ec89..91ec1cf 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -119,6 +119,7 @@ MAKE=`searchgnu make` || exit $?
 
 searchgnu m4 > /dev/null
 searchgnu bison > /dev/null
+searchgnu flex > /dev/null
 
 cleanup()
 {




More information about the coreboot mailing list