Try to fix AOSP builder.
authorbmeurer <bmeurer@chromium.org>
Thu, 22 Jan 2015 09:30:18 +0000 (01:30 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 22 Jan 2015 09:30:27 +0000 (09:30 +0000)
NOTREECHECKS=true

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

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

build/toolchain.gypi

index 839c4c4..ed0dd36 100644 (file)
               }, {
                 # 'v8_target_arch!=target_arch'
                 # Target not built with an Arm CXX compiler (simulator build).
-                'cflags': [
-                  '-msse2',
-                  '-mfpmath=sse',
-                  '-mmmx',  # Allows mmintrin.h for MMX intrinsics.
-                ],
                 'conditions': [
                   [ 'arm_float_abi=="hard"', {
                     'defines': [