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

Unified Diff: build/nacl_core_sdk.gyp

Issue 11415038: Copy crti.o and crtn.o to newlib toolchains in nacl_core_sdk target. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 1 month 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/nacl_core_sdk.gyp
diff --git a/build/nacl_core_sdk.gyp b/build/nacl_core_sdk.gyp
index 6130ef96290055c45b1b6068e3af4579cb7d8945..db69d84a9688b8ffaea3a6faf38ae190127c92f4 100644
--- a/build/nacl_core_sdk.gyp
+++ b/build/nacl_core_sdk.gyp
@@ -29,6 +29,8 @@
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/sdk/toolchain/<(OS)_x86_newlib/x86_64-nacl/lib32',
'files': [
+ '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32/crti.o',
+ '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32/crtn.o',
'<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32/libnacl_dyncode.a',
'<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32/libnosys.a',
'<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32/libpthread.a',
@@ -38,6 +40,8 @@
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/sdk/toolchain/<(OS)_x86_newlib/x86_64-nacl/lib',
'files': [
+ '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/crti.o',
+ '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/crtn.o',
'<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libnacl_dyncode.a',
'<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libnosys.a',
'<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib64/libpthread.a',
« 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