Reviewers: ulan,

Description:
A64: Add back removed --gc-sections, which no longer upsets the Android gcc
linker

Please review this at https://codereview.chromium.org/145093005/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64

Affected files (+1, -0 lines):
  M build/android.gypi


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',
         ],


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to