DescriptionRevert of [PNaCl toolchain] Stop building and using custom libc++ for OSX hosts (patchset #2 id:20001 of https://codereview.chromium.org/1572753002/ )
Reason for revert:
This patch (as-is) causes a dependency on the system libc++ which breaks the toolchain on OSX.
I have a better (for the short term) fix for this.
Original issue's description:
> [PNaCl toolchain] Stop building and using custom libc++ for OSX hosts
>
> Our Mac buildbots recently started using a different SDK, and our local build
> of libc++ doesn't work with that SDK. Instead of fixing it, we can just
> use the libc++ that recently started shipping with the clang we use to
> build the toolchain (and Chrome).
> So on Mac hosts, continue using the -stdlib=libc++ flag, but do not build,
> use, or upload our local libc++.
>
> R=mcgrathr@chromium.org, stichnot@chromium.org
>
> Committed: https://chromium.googlesource.com/native_client/src/native_client/+/a1f591d21f3989e78f7805d7d2d92e6fb3a3f2a4
TBR=mcgrathr@chromium.org,stichnot@chromium.org
NOTRY=true
NOTREECHECKS=true
Committed: https://chromium.googlesource.com/native_client/src/native_client/+/a52204c9b2b32f5cef75ffa43242b914b2706924
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|