the following patch was just integrated into master:
commit b1305505c57e4a4c34cf7f11b7028bf52dc8fd2a
Author: Stefan Reinauer <[email protected]>
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 <[email protected]>

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

-gerrit

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to