From 2008d2d40ed10baf94acb9103b85f3bf6e2f655a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 21 Nov 2011 21:37:48 +0100 Subject: v8: Be able to build V8 for MIPS Add mips to the list in configure and the v8.pri, build the existing MIPS files. The result has not been verified to work. Change-Id: I0f4fd29cd9752d32b6d87e0df0e888822f40ac0a Reviewed-by: Aaron Kennedy --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 220482adba..d62d3bd9d0 100755 --- a/configure +++ b/configure @@ -7509,7 +7509,7 @@ fi case "$CFG_ARCH" in -i386|x86_64|arm|macosx) ;; +i386|x86_64|arm|mips|macosx) ;; *) canBuildV8="no";; esac -- cgit v1.2.3