[coreboot] New patch to review for coreboot: fbb1941 Fix xcompile (again)

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Dec 6 02:45:22 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1970

-gerrit

commit fbb19415eaa18788085ae979431830a3a7c69688
Author: Stefan Reinauer <reinauer at google.com>
Date:   Wed Dec 5 17:42:43 2012 -0800

    Fix xcompile (again)
    
    After cherry-picking change 1679 it became apparent that there was a small
    typo in my last xcompile change. With this patch applied, I can now compile
    the first few files in the tree before GCC dies with
    
    In file included from src/arch/armv7/lib/romstage_console.c:23:0:
    src/include/uart.h:31:6: error: redundant redeclaration of 'uart_init' [-Werror=redundant-decls]
    
    Now for some fun...
    
    Change-Id: Idbb07f609e4a240238964cc16714639f5ef09914
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 util/xcompile/xcompile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index d75d5df..fdc5213 100644
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -143,7 +143,7 @@ trap clean_up EXIT
 SUPPORTED_ARCHITECTURE="x86 armv7"
 
 # ARM Architecture
-TARCH_armv7="armv7a"
+TARCH_armv7="armv7"
 TBFDARCH_armv7="littlearm"
 TCLIST_armv7="armv7a"
 TWIDTH_armv7="32"




More information about the coreboot mailing list