summaryrefslogtreecommitdiff
path: root/chromium/v8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/Makefile')
-rw-r--r--chromium/v8/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/chromium/v8/Makefile b/chromium/v8/Makefile
index ed5b3a7fabc..b3819183556 100644
--- a/chromium/v8/Makefile
+++ b/chromium/v8/Makefile
@@ -255,14 +255,13 @@ endif
# Architectures and modes to be compiled. Consider these to be internal
# variables, don't override them (use the targets instead).
-ARCHES = ia32 x64 arm arm64 mips mipsel mips64 mips64el x87 ppc ppc64 s390 \
- s390x
-ARCHES32 = ia32 arm mips mipsel x87 ppc s390
+ARCHES = ia32 x64 arm arm64 mips mipsel mips64 mips64el ppc ppc64 s390 s390x
+ARCHES32 = ia32 arm mips mipsel ppc s390
DEFAULT_ARCHES = ia32 x64 arm
MODES = release debug optdebug
DEFAULT_MODES = release debug
ANDROID_ARCHES = android_ia32 android_x64 android_arm android_arm64 \
- android_mipsel android_x87
+ android_mipsel
# List of files that trigger Makefile regeneration:
GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
@@ -272,9 +271,7 @@ GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
test/cctest/cctest.gyp test/fuzzer/fuzzer.gyp \
test/unittests/unittests.gyp src/v8.gyp \
tools/parser-shell.gyp testing/gmock.gyp testing/gtest.gyp \
- buildtools/third_party/libc++abi/libc++abi.gyp \
- buildtools/third_party/libc++/libc++.gyp samples/samples.gyp \
- src/third_party/vtune/v8vtune.gyp src/d8.gyp
+ samples/samples.gyp src/third_party/vtune/v8vtune.gyp src/d8.gyp
# If vtunejit=on, the v8vtune.gyp will be appended.
ifeq ($(vtunejit), on)