summaryrefslogtreecommitdiffstats
path: root/src/v8
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2011-12-05 18:55:16 +0800
committerQt by Nokia <qt-info@nokia.com>2011-12-05 12:25:07 +0100
commitddc580643b5befc2c73aff06bf32a699cecb984c (patch)
tree8d727ce009bfdb70becd939d24e8a758205423e9 /src/v8
parentbae85d2f0e568bde31c81091431d9db75799a153 (diff)
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 <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/v8')
-rw-r--r--src/v8/v8.pri4
1 files changed, 1 insertions, 3 deletions
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 \