diff options
author | 2019-10-03 15:48:34 -0700 | |
---|---|---|
committer | 2019-10-03 16:09:01 -0700 | |
commit | f7a17daefe6d88a0f2146680288b3b62335d505d (patch) | |
tree | 050ae4005a8dc79e1fee65f4f9a328de6e445879 /java/sdk_test.go | |
parent | 62be1e3e3360bda8b242625cf8d7bec8cb43c4ab (diff) |
Use -nostdlib++ instead of -nodefaultlibs
Host builds using libc++ used -nodefaultlibs to turn off the default
C++ runtime, and then added back all the other necessary libraries.
Clang supports -nostdlib++ since https://reviews.llvm.org/D47115
that removes the C++ runtime without affecting the other default
libraries. Use -nostdlib++, and remove the lists of default
libraries.
Test: m checkbuild
Change-Id: I722bd6596a1f3f5819f2767c29c0fa1e8b3ec0e8
Diffstat (limited to 'java/sdk_test.go')
0 files changed, 0 insertions, 0 deletions