Set prefer_fixed_point=1 for the MIPS architecture.

BUG=chromium:449603

Review URL: https://codereview.webrtc.org/1760723003

Cr-Commit-Position: refs/heads/master@{#11853}
This commit is contained in:
peah 2016-03-03 01:28:49 -08:00 committed by Commit bot
parent 0f13ec1265
commit c8da45f329

View File

@ -203,7 +203,7 @@
['OS=="ios"', {
'build_libjpeg%': 0,
}],
['target_arch=="arm" or target_arch=="arm64"', {
['target_arch=="arm" or target_arch=="arm64" or target_arch=="mipsel"', {
'prefer_fixed_point%': 1,
}],
['(target_arch=="arm" and (arm_neon==1 or arm_neon_optional==1)) or target_arch=="arm64"', {
@ -499,4 +499,3 @@
},
}, # target_defaults
}