the following patch was just integrated into master:
commit cd986c049c28f06e88dd27d361f03b2ad61ddfba
Author: Gabe Black <[email protected]>
Date:   Tue Aug 28 16:32:09 2012 -0700

    libpayload: Use EXTRA_CFLAGS for additional GCC options
    
    -CFLAGS = $(INCLUDES) -O2 -pipe -g
    +CFLAGS = $(EXTRA_CFLAGS) $(INCLUDES) -Os -pipe
    
    Change-Id: Icb228d173312a974746e72b6bbae059103b837fc
    Signed-off-by: Gabe Black <[email protected]>
    Reviewed-on: http://review.coreboot.org/1723
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <[email protected]>
    Reviewed-by: Ronald G. Minnich <[email protected]>

Build-Tested: build bot (Jenkins) at Thu Nov  8 21:20:47 2012, giving +1
Reviewed-By: Ronald G. Minnich <[email protected]> at Mon Nov 12 19:14:57 
2012, giving +2
See http://review.coreboot.org/1723 for details.

-gerrit

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

Reply via email to