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

Side by Side Diff: third_party/tcmalloc/chromium/src/solaris/libstdc++.la

Issue 576001: Merged third_party/tcmalloc/vendor/src(google-perftools r87) into... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Removed the unnecessary printf and ASSERT(0) Created 10 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 # libstdc++.la - a libtool library file
2 # Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:09 :07 with GCC-local changes)
3 #
4 # Please DO NOT delete this file!
5 # It is necessary for linking the library.
6
7 # ---
8 # NOTE: This file lives in /usr/sfw/lib on Solaris 10. Unfortunately,
9 # due to an apparent bug in the Solaris 10 6/06 release,
10 # /usr/sfw/lib/libstdc++.la is empty. Below is the correct content,
11 # according to
12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
13 # By passing LDFLAGS='-Lsrc/solaris' to configure, make will pick up
14 # this copy of the file rather than the empty copy in /usr/sfw/lib.
15 #
16 # Also see
17 # http://www.technicalarticles.org/index.php/Compiling_MySQL_5.0_on_Solaris_10
18 #
19 # Note: this is for 32-bit systems. If you have a 64-bit system,
20 # uncomment the appropriate dependency_libs line below.
21 # ----
22
23 # The name that we can dlopen(3).
24 dlname='libstdc++.so.6'
25
26 # Names of this library.
27 library_names='libstdc++.so.6.0.3 libstdc++.so.6 libstdc++.so'
28
29 # The name of the static archive.
30 old_library='libstdc++.a'
31
32 # Libraries that this one depends upon.
33 # 32-bit version:
34 dependency_libs='-lc -lm -L/usr/sfw/lib -lgcc_s'
35 # 64-bit version:
36 #dependency_libs='-L/lib/64 -lc -lm -L/usr/sfw/lib/64 -lgcc_s'
37
38 # Version information for libstdc++.
39 current=6
40 age=0
41 revision=3
42
43 # Is this an already installed library?
44 installed=yes
45
46 # Files to dlopen/dlpreopen
47 dlopen=''
48 dlpreopen=''
49
50 # Directory that this library needs to be installed in:
51 libdir='/usr/sfw/lib'
OLDNEW
« no previous file with comments | « third_party/tcmalloc/chromium/src/profiledata.h ('k') | third_party/tcmalloc/chromium/src/stacktrace_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698