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

Unified Diff: tools/llvm/driver/pnacl-gcc.py

Issue 7276050: Change startup ABI for untrusted code to be C-compatible (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 6 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
Index: tools/llvm/driver/pnacl-gcc.py
diff --git a/tools/llvm/driver/pnacl-gcc.py b/tools/llvm/driver/pnacl-gcc.py
index 373cc860bf8a74b46fdba001222a1f505c356588..88bba3922712db58e5183bc687d436f75e62472a 100755
--- a/tools/llvm/driver/pnacl-gcc.py
+++ b/tools/llvm/driver/pnacl-gcc.py
@@ -122,7 +122,7 @@ EXTRA_ENV = {
'LD_ARGS_nostdlib': '-barebones-link ${ld_inputs}',
'LD_ARGS_newlib_static':
- '-static ${LIBS}/crt1.o ${LIBS_BC}/nacl_startup.bc ${ld_inputs} ' +
+ '-static ${LIBS_BC}/crt1.bc ${LIBS_BC}/nacl_startup.bc ${ld_inputs} ' +
'--start-group -lgcc_eh -lgcc -lehsupport -lc -lnacl ' +
'${LIBSTDCPP} ${LIBS}/libcrt_platform.a --end-group',
« src/trusted/service_runtime/sel_ldr_standard.c ('K') | « src/untrusted/stubs/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698