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

Unified Diff: build/android.gypi

Issue 145093005: A64: Add back removed --gc-sections, which no longer upsets the Android gcc linker (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android.gypi
diff --git a/build/android.gypi b/build/android.gypi
index 9abb834c1c84bf51e0a1ca2c8c985895c0b98ba5..2f32be0e81f01908e1ab11c95d3353d0e44bfedf 100644
--- a/build/android.gypi
+++ b/build/android.gypi
@@ -256,6 +256,7 @@
'ldflags': [ '-m32', '-pthread' ],
'ldflags!': [
'-Wl,-z,noexecstack',
+ '-Wl,--gc-sections',
'-Wl,-O1',
'-Wl,--as-needed',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698