| Index: native_client_sdk/src/build_tools/build_sdk.py
|
| diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
|
| index 6f74959282142dd9c24e6c608163ffab0f5b8ee7..249978724f66b3f4b99f617b6ea8197e1a074fd4 100755
|
| --- a/native_client_sdk/src/build_tools/build_sdk.py
|
| +++ b/native_client_sdk/src/build_tools/build_sdk.py
|
| @@ -561,7 +561,6 @@ def GypNinjaBuild(arch, gyp_py_script, gyp_file, targets,
|
| gyp_defines.append('target_arch=%s' % arch)
|
| if arch == 'arm':
|
| gyp_env['GYP_CROSSCOMPILE'] = '1'
|
| - gyp_defines.append('arm_float_abi=hard')
|
| if options.no_arm_trusted:
|
| gyp_defines.append('disable_cross_trusted=1')
|
| if getos.GetPlatform() == 'mac':
|
|
|