From: Holger Hans Peter Freyther Date: Thu, 22 Mar 2012 12:14:33 +0000 (+0100) Subject: mips: Fix the build on MIPS by adding the lithium files to the sources. X-Git-Tag: qt-v5.0.0-alpha1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afefa8cbe7bf468921a8316fc749fcbc42f0e1b6;p=profile%2Fivi%2Fqtjsbackend.git mips: Fix the build on MIPS by adding the lithium files to the sources. Change-Id: Idf54bb887f4627edacc40544066982684ad8ef12 Reviewed-by: Simon Hausmann --- diff --git a/src/v8/v8.pri b/src/v8/v8.pri index ec0561a..b0b59e7 100644 --- a/src/v8/v8.pri +++ b/src/v8/v8.pri @@ -232,6 +232,9 @@ SOURCES += \ $$V8SRC/mips/frames-mips.cc \ $$V8SRC/mips/full-codegen-mips.cc \ $$V8SRC/mips/ic-mips.cc \ + $$V8SRC/mips/lithium-codegen-mips.cc \ + $$V8SRC/mips/lithium-gap-resolver-mips.cc \ + $$V8SRC/mips/lithium-mips.cc \ $$V8SRC/mips/macro-assembler-mips.cc \ $$V8SRC/mips/regexp-macro-assembler-mips.cc \ $$V8SRC/mips/simulator-mips.cc \