Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: tools/fuchsia_link.py

Issue 2148533002: Fuchsia: Platform specific calls needed to Initialize and Cleanup VM. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/virtual_memory_fuchsia.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/fuchsia_link.py
diff --git a/tools/fuchsia_link.py b/tools/fuchsia_link.py
index c3c537b6b55af02dc0346a999c55a6a0a164a4b2..74936b051aff2357247648b50ee3ca4c510f54b7 100755
--- a/tools/fuchsia_link.py
+++ b/tools/fuchsia_link.py
@@ -105,8 +105,8 @@ def main():
if link_target == 'target':
# Add and remove libraries as listed in configurations_fuchsia.gypi
- libs_to_rm = ['-lrt', '-lpthread', '-ldl']
- libs_to_add = [fuchsia_libgcc, '-lc',]
+ libs_to_rm = ['-lrt', '-lpthread']
+ libs_to_add = [fuchsia_libgcc, '-lc', '-ldl', '-lm']
# Add crtn_fuchsia to end if we are linking an executable.
if link_type == 'executable':
« no previous file with comments | « runtime/vm/virtual_memory_fuchsia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698