| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index ea388ac7d32cddc309dab352aa908d8cab23e5f3..2fce843f8e15abd4a8e1f561da33ba84634c2e8f 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -5099,13 +5099,13 @@
|
| # This need to include the "arm" architectures but also the "x86"
|
| # ones (they are used when building for the simulator).
|
| ['target_subarch=="arm32"', {
|
| - 'VALID_ARCHS': ['armv7', 'armv7s', 'i386'],
|
| + 'VALID_ARCHS': ['armv7', 'i386'],
|
| }],
|
| ['target_subarch=="arm64"', {
|
| 'VALID_ARCHS': ['arm64', 'x86_64'],
|
| }],
|
| ['target_subarch=="both"', {
|
| - 'VALID_ARCHS': ['arm64', 'armv7', 'armv7s', 'x86_64', 'i386'],
|
| + 'VALID_ARCHS': ['arm64', 'armv7', 'x86_64', 'i386'],
|
| }],
|
| ['use_system_libcxx==1', {
|
| 'target_conditions': [
|
|
|