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

Unified Diff: ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp

Issue 1094103003: [NaCl SDK] Compile libppapi_stub.a with -fPIC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp
diff --git a/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp b/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp
index c00cf980e9f8c18f7d668281272e4ca4b0caf650..4b509c0404d0baa038eaebd4747b3b49702dd596 100644
--- a/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp
+++ b/ppapi/native_client/src/untrusted/irt_stub/irt_stub.gyp
@@ -16,6 +16,10 @@
'build_newlib': 1,
'build_pnacl_newlib': 1,
},
+ # Always compile libppapi_stub with -fPIC so that -lppapi can be linked
+ # into shared libraries (libppapi.so is linker script that pulls in
Roland McGrath 2015/04/21 19:46:07 "is a linker script"
Sam Clegg 2015/04/21 22:02:19 Done.
+ # ppapi_stub).
+ 'compile_flags': [ '-fPIC' ],
'include_dirs': [
'../../../..',
],
« 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