[coreboot-gerrit] Patch merged into coreboot/master: buildgcc: replace [[ ... == ... ]] with something more portable

gerrit at coreboot.org gerrit at coreboot.org
Fri Jun 12 02:31:39 CEST 2015


the following patch was just integrated into master:
commit f2c15f513622a24eb14f309921d52c6052b28f99
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Jun 11 21:07:31 2015 +0200

    buildgcc: replace [[ ... == ... ]] with something more portable
    
    using grep is an extra process invocation, but it's not a bashism.
    Also match precisely, so AGCC doesn't trigger on GCC (we don't have collisions
    right now, but we won't have to deal with them in the future)
    
    Change-Id: I242833c350b7f1e6a6793f288c1aae0b50d57a26
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Reviewed-on: http://review.coreboot.org/10518
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list