From ddc580643b5befc2c73aff06bf32a699cecb984c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 5 Dec 2011 18:55:16 +0800 Subject: mips: Really build the MIPS V8 code 2008d2d40ed10baf94acb9103b85f3bf6e2f655a was not rebased properly and should have used the V8_TARGET_ARCH to add the MIPS code to the build. Change-Id: Idf0c183fca63da0fa9f9aa8d091a764b88c888f5 Reviewed-by: Aaron Kennedy --- src/v8/v8.pri | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/v8/v8.pri') diff --git a/src/v8/v8.pri b/src/v8/v8.pri index 9277a23fef..11b74c8151 100644 --- a/src/v8/v8.pri +++ b/src/v8/v8.pri @@ -210,9 +210,7 @@ SOURCES += \ $$V8SRC/x64/macro-assembler-x64.cc \ $$V8SRC/x64/regexp-macro-assembler-x64.cc \ $$V8SRC/x64/stub-cache-x64.cc -} - -arch_mips { +} else:equals(V8_TARGET_ARCH, mips) { DEFINES += V8_TARGET_MIPS SOURCES += \ $$V8SRC/mips/assembler-mips.cc \ -- cgit v1.2.3