aboutsummaryrefslogtreecommitdiff
path: root/util/xcompile
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@google.com>2012-12-05 17:42:43 -0800
committerRonald G. Minnich <rminnich@gmail.com>2012-12-06 04:48:51 +0100
commitcb0895470ed92fd31f5d17a0bae92a34ae8122af (patch)
treed7a02da2d485bc8b7e91339743d2d4584dbe76c9 /util/xcompile
parente42133f33e94a5c55aa98d2a6432e10108232846 (diff)
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@google.com> Reviewed-on: http://review.coreboot.org/1970 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/xcompile')
-rw-r--r--util/xcompile/xcompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index d75d5dff2d..fdc521338d 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"