diff options
Diffstat (limited to 'third_party/libc++-static')
-rwxr-xr-x | third_party/libc++-static/build.sh | 8 | ||||
-rw-r--r-- | third_party/libc++-static/libc++.a.sha1 (renamed from third_party/libc++-static/libc++-static.a.sha1) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/third_party/libc++-static/build.sh b/third_party/libc++-static/build.sh index 96d490c..d79054d 100755 --- a/third_party/libc++-static/build.sh +++ b/third_party/libc++-static/build.sh @@ -38,16 +38,16 @@ sed -i '' 's/"default"/"hidden"/g' ../../libcxxabi/src/* sed -i '' 's/push(default)/push(hidden)/g' ../../libcxxabi/src/* # Let the default handler not depend on __cxa_demangle, this saves 0.5MB binary -# size in each binary linking against libc++-static.a +# size in each binary linking against libc++.a patch -d ../../libcxxabi -p0 < "${THIS_DIR}/libcxxabi.patch" "$CXX" -c -I../../libcxx/include/ -I../../libcxxabi/include ../../libcxxabi/src/*.cpp $FLAGS popd -libtool -static -o libc++-static.a libcxx*/*.o +libtool -static -o libc++.a libcxx*/*.o -cp libc++-static.a "${THIS_DIR}" -upload_to_google_storage.py -b chromium-libcpp "${THIS_DIR}/libc++-static.a" +cp libc++.a "${THIS_DIR}/libc++.a" +upload_to_google_storage.py -b chromium-libcpp "${THIS_DIR}/libc++.a" popd rm -rf "${DIR}" diff --git a/third_party/libc++-static/libc++-static.a.sha1 b/third_party/libc++-static/libc++.a.sha1 index 06a3493..06a3493 100644 --- a/third_party/libc++-static/libc++-static.a.sha1 +++ b/third_party/libc++-static/libc++.a.sha1 |