Make x32 compile with gcc.
authormachenbach <machenbach@chromium.org>
Mon, 8 Jun 2015 07:14:35 +0000 (00:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 8 Jun 2015 07:14:40 +0000 (07:14 +0000)
BUG=chromium:430032
LOG=n

Review URL: https://codereview.chromium.org/1156183004

Cr-Commit-Position: refs/heads/master@{#28821}

build/standalone.gypi

index 1855d7c06c9e976d25390a8cd9a4c8b9ae7bbdfa..6d3d55d4c4cc89457c00f494ba8c93e339df3177 100644 (file)
         'v8_enable_gdbjit%': 0,
       }],
       ['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or target_arch=="x64") and \
-        (v8_target_arch!="x87")', {
+        (v8_target_arch!="x87" and v8_target_arch!="x32")', {
         'clang%': 1,
       }, {
         'clang%': 0,