aboutsummaryrefslogtreecommitdiff
path: root/Android.v8common.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-02 12:31:34 +0100
committerSteve Block <steveblock@google.com>2011-06-02 13:45:00 +0100
commitf7f02cc828d7fb400b5e47729dfc43ac58bef9b5 (patch)
treee6cb4dd78e12c4900425137ca6a0ed11d432193e /Android.v8common.mk
parente0cee9b3ed82e2391fd85d118aeaa4ea361c687d (diff)
downloadv8-f7f02cc828d7fb400b5e47729dfc43ac58bef9b5.tar.gz
Remove incomplete x86 support
x86 support is required for the simulator build. However, V8 does not currently work with x86, so we use JSC in this case. This patch removes the incomplete x86 support. Change-Id: I74bbca8a044d5ee606f2fc03432eabc2ef6cde76
Diffstat (limited to 'Android.v8common.mk')
-rw-r--r--Android.v8common.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/Android.v8common.mk b/Android.v8common.mk
index 0a57ce6e..98396ab2 100644
--- a/Android.v8common.mk
+++ b/Android.v8common.mk
@@ -122,24 +122,6 @@ ifeq ($(TARGET_ARCH),arm)
src/arm/virtual-frame-arm.cc
endif
-ifeq ($(TARGET_ARCH),x86)
- V8_LOCAL_SRC_FILES += \
- src/ia32/assembler-ia32.cc \
- src/ia32/builtins-ia32.cc \
- src/ia32/codegen-ia32.cc \
- src/ia32/code-stubs-arm.cc \
- src/ia32/cpu-ia32.cc \
- src/ia32/disasm-ia32.cc \
- src/ia32/frames-ia32.cc \
- src/ia32/ic-ia32.cc \
- src/ia32/jump-target-ia32.cc \
- src/ia32/macro-assembler-ia32.cc \
- src/ia32/regexp-macro-assembler-ia32.cc \
- src/ia32/register-allocator-ia32.cc \
- src/ia32/stub-cache-ia32.cc \
- src/ia32/virtual-frame-ia32.cc
-endif
-
# Enable DEBUG option.
ifeq ($(DEBUG_V8),true)
V8_LOCAL_SRC_FILES += \