[coreboot-gerrit] Patch merged into coreboot/master: 85b07d6 buildgcc: move to a package centric user interface

gerrit at coreboot.org gerrit at coreboot.org
Wed Jun 10 07:27:51 CEST 2015


the following patch was just integrated into master:
commit 85b07d68c1d8ff88f98dd9959749945ce276cb8d
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Tue Jun 9 14:45:14 2015 -0700

    buildgcc: move to a package centric user interface
    
    Instead of building IASL and GDB implicitly when building
    GCC, this patch changes buildgcc to let you explicitly specify
    what you want to build.
    
    This will prevent IASL from building over and over again, when
    all you need is GDB.
    
    The new command line option is -P | --package <package> where
    package is one of the following: GCC, GDB, CLANG, IASL
    If no package is specified, buildgcc will default to GCC.
    
    Change-Id: I8836bed16fc2bc39e0951199143581cc6d71cb4d
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Reviewed-on: http://review.coreboot.org/10492
    Tested-by: build bot (Jenkins)
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>


See http://review.coreboot.org/10492 for details.

-gerrit



More information about the coreboot-gerrit mailing list