Chromium Code Reviews
DescriptionPNaCl toolchain: Add 'nostdinc++' to build of host tools against libc++
Previously, the '-stdlib=libc++' flag was sufficient to remove the system C++
headers from the search path because there were no libc++ headers available.
With the recent Chromium clang update, the compiler includes its own libc++
headers, which conflict with our libc++ headers that we manually include.
So also add -nostdinc++ so that we only get one set of libc++ headers.
R=mcgrathr@chromium.org, stichnot@chromium.org
Committed: https://chromium.googlesource.com/native_client/src/native_client/+/7f3183734c7927a12700fcf0a29d6baf340a318b
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||