Index: native_client_sdk/src/tools/lib/get_shared_deps.py |
diff --git a/native_client_sdk/src/tools/lib/get_shared_deps.py b/native_client_sdk/src/tools/lib/get_shared_deps.py |
index 7a355cadc2e569aa5f583c3d9d8f0467269c3ac3..ac5529ac37fa23c4a51a8c9792aab9cd8cc74f04 100644 |
--- a/native_client_sdk/src/tools/lib/get_shared_deps.py |
+++ b/native_client_sdk/src/tools/lib/get_shared_deps.py |
@@ -89,7 +89,7 @@ def _GetNeededDynamic(main_files, objdump, lib_path): |
examined = set() |
all_files, unexamined = GleanFromObjdump(main_files, None, objdump, lib_path) |
for arch in all_files.itervalues(): |
- if unexamined: |
+ if unexamined and arch != 'arm': |
unexamined.add((RUNNABLE_LD, arch)) |
while unexamined: |