Skip to content

Commit

Permalink
Merge pull request tensorflow#121 from lissyx/revert-fix-linker
Browse files Browse the repository at this point in the history
Revert "Merge pull request tensorflow#120 from lissyx/fix-linker"
  • Loading branch information
lissyx committed Aug 1, 2020
2 parents f2f881a + 56d94e6 commit 6f73d77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorflow/lite/c/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ tflite_cc_shared_object(
"//conditions:default": [
"-z defs",
"-Wl,--version-script,$(location //tensorflow/lite/c:version_script.lds)",
"-shared",
],
}),
per_os_targets = True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ def _impl(ctx):
"-Lexternal/LinaroAarch64Gcc72/aarch64-linux-gnu/libc/lib",
"-Lexternal/LinaroAarch64Gcc72/aarch64-linux-gnu/libc/usr/lib",
"-Bexternal/LinaroAarch64Gcc72/aarch64-linux-gnu/bin",
"-shared",
],
),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ def _impl(ctx):
"-Lexternal/LinaroArmGcc72/arm-linux-gnueabihf/libc/lib",
"-Lexternal/LinaroArmGcc72/arm-linux-gnueabihf/libc/usr/lib",
"-Bexternal/LinaroArmGcc72/arm-linux-gnueabihf/bin",
"-shared",
],
),
],
Expand Down

0 comments on commit 6f73d77

Please sign in to comment.