[coreboot] Patch merged into coreboot/master: b130550 Fix romstage creation with gcc 4.6 and CAR targets

gerrit at coreboot.org gerrit at coreboot.org
Thu Oct 13 14:20:13 CEST 2011


the following patch was just integrated into master:
commit b1305505c57e4a4c34cf7f11b7028bf52dc8fd2a
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Oct 12 12:54:08 2011 -0700

    Fix romstage creation with gcc 4.6 and CAR targets
    
    newer gcc versions generate ".section .text" instead of just ".text"
    in their assembler output. This patch makes sure that we don't end up
    with a superfluous ".section" that makes the build fail.
    
    Add -Wno-unused-but-set-variable to CFLAGS if the flag exists.
    
    Change-Id: I7f24c987433cc5886dde2af27498d3331cbda303
    Signed-off-by: Stefan Reinauer <reinauer at google.com>

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

-gerrit




More information about the coreboot mailing list