[coreboot-gerrit] Patch merged into coreboot/master: xcompile: test if gcc is really available

gerrit at coreboot.org gerrit at coreboot.org
Tue May 3 04:16:34 CEST 2016


the following patch was just integrated into master:
commit 98ab22711d6273e70c051a25ed7e76b215e700d5
Author: Stefan Tauner <stefan.tauner at gmx.at>
Date:   Sun May 1 19:41:28 2016 +0200

    xcompile: test if gcc is really available
    
    Just because an 'as' with a certain prefix is available does not guarantee
    that a 'gcc' with the same prefix is available as well.
    
    Without a check detect_compiler_runtime() would try to execute an
    unavailable binary and print something like this:
    .../xcompile: line 218: arm-linux-gnueabi-gcc: command not found
    
    Change-Id: Icbadfeb2860152f7cf7696a9122521d0d881f3aa
    Signed-off-by: Stefan Tauner <stefan.tauner at gmx.at>
    Reviewed-on: https://review.coreboot.org/14563
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See https://review.coreboot.org/14563 for details.

-gerrit



More information about the coreboot-gerrit mailing list