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

Side by Side Diff: sysdeps/nacl/Makeconfig

Issue 12340013: Disable ld.so.cache support (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 7 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | sysdeps/nacl/dl-cache.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # In Native Client ld.so does not use File I/O functions when it loads DSO. 1 # In Native Client ld.so does not use File I/O functions when it loads DSO.
2 # Either manifest or IRT will provide mapping to filesystem. 2 # Either manifest or IRT will provide mapping to filesystem.
3 # Consider all files placed in "/lib". In the initial DSO loading /lib is 3 # Consider all files placed in "/lib". In the initial DSO loading /lib is
4 # redirected to IRT's open_resourc, later nacl_mounts (or another similar 4 # redirected to IRT's open_resourc, later nacl_mounts (or another similar
5 # library) can introduce redirects. 5 # library) can introduce redirects.
6 default-rpath = /lib 6 default-rpath = /lib
7 default-dl-dst-lib = /lib 7 default-dl-dst-lib = /lib
8
9 # Do not build ldconfig.
10 use-ldconfig = no
OLDNEW
« no previous file with comments | « no previous file | sysdeps/nacl/dl-cache.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698