Index: src/untrusted/nosys/nosys.gyp |
=================================================================== |
--- src/untrusted/nosys/nosys.gyp (revision 8118) |
+++ src/untrusted/nosys/nosys.gyp (working copy) |
@@ -81,24 +81,19 @@ |
'waitpid.c', |
], |
}, |
- 'conditions': [ |
- # NOTE: We do not support untrusted gyp build on arm yet. |
- ['target_arch!="arm"', { |
- 'targets' : [ |
- { |
- 'target_name': 'nosys_lib', |
- 'type': 'none', |
- 'variables': { |
- 'nlib_target': 'libnosys.a', |
- 'build_glibc': 0, |
- 'build_newlib': 1, |
- 'sources': ['<@(common_sources)'] |
- }, |
- 'dependencies': [ |
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
- ], |
- }, |
+ 'targets' : [ |
+ { |
+ 'target_name': 'nosys_lib', |
+ 'type': 'none', |
+ 'variables': { |
+ 'nlib_target': 'libnosys.a', |
+ 'build_glibc': 0, |
+ 'build_newlib': 1, |
+ 'sources': ['<@(common_sources)'] |
+ }, |
+ 'dependencies': [ |
+ '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
], |
- }], |
+ }, |
], |
} |