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

Unified Diff: src/trusted/service_runtime/arch/x86_64/service_runtime_x86_64.gyp

Issue 332015: This change allows compilation with... (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 11 years 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: src/trusted/service_runtime/arch/x86_64/service_runtime_x86_64.gyp
===================================================================
--- src/trusted/service_runtime/arch/x86_64/service_runtime_x86_64.gyp (revision 1067)
+++ src/trusted/service_runtime/arch/x86_64/service_runtime_x86_64.gyp (working copy)
@@ -40,6 +40,13 @@
'nacl_syscall.S',
'sel_rt_64.c',
],
+ 'conditions': [
+ [ 'library=="shared_library"', {
+ 'asflags': [
+ '-fPIC',
+ ],
+ }],
+ ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698