summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-10-23 11:51:28 -0700
committerNico Weber <thakis@chromium.org>2015-10-23 18:52:51 +0000
commit0f56cff872068cef226e7ad3f9701eb41d4eb2f5 (patch)
tree3a78e86e6871fd23f41c85bac9b4002a859485f8 /.gitignore
parent7699d8bbbb0c8bd33222055b52762c8b19414f99 (diff)
downloadchromium_src-0f56cff872068cef226e7ad3f9701eb41d4eb2f5.zip
chromium_src-0f56cff872068cef226e7ad3f9701eb41d4eb2f5.tar.gz
chromium_src-0f56cff872068cef226e7ad3f9701eb41d4eb2f5.tar.bz2
mac: In static library builds, link against a static libc++.a
To achieve this, just add a -Lthird_party/libc++-static flag to the link line, and add a postbuild that checks that Chromium Framework depends on neither libstdc++.dylib nor libc++.dylib Use the existing verify_order postbuild for this, and let it not run in component builds (since what it checks for isn't interesting in that config, and we do depend on system libc++ in component builds). This change is small but subtle, see thread "[chromium-dev] Intent to implement: Statically linking libc++ for Chrome/Mac" and the document linked from comment 14 on the bug for details. Ideally, this has no observable behavior change. If it looks like this breaks tests somewhere, especially on 10.6, please revert. (The bots like it, and the things I tried on 10.6 worked too, though.) BUG=400091 R=mark@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/494270d01189f8b4b2b4ebd501fd980833489729 Review URL: https://codereview.chromium.org/1413863003 . Cr-Commit-Position: refs/heads/master@{#355848}
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ef33bc3..88cf776 100644
--- a/.gitignore
+++ b/.gitignore
@@ -335,7 +335,7 @@ v8.log
/third_party/khronos_glcts
/third_party/leveldatabase/src
/third_party/leveldb
-/third_party/libc++-static/libc++-static.a
+/third_party/libc++-static/libc++.a
/third_party/libaddressinput/src
/third_party/libexif/sources
/third_party/libjingle/source