diff options
| author | 2017-01-26 17:44:26 -0800 | |
|---|---|---|
| committer | 2017-01-26 17:44:26 -0800 | |
| commit | dc2597d25a453cd26b99754efedc1101f114b2b8 (patch) | |
| tree | e84880eb682a6b05207468fc6c674d451d2eb992 /python/python.go | |
| parent | 29c69e83dd1ef05e985d5bbee106d4dc29f2ca5e (diff) | |
Don't force libraries upon static executables.
The linker uses libc++_static but needs to avoid the libc.a
dependency. It does this by setting `stl: "none"` and manually
linking libc++. This behavior matches make.
A better approach would probably be to generalize system_shared_libs
to system_libs and apply those to static executables the same way we
do for dynamic ones, but that's a patch for another day.
Test: make checkbuild
Bug: http://b/34740564
Change-Id: Ie9da0d49a453a220593e8ec2ee721e9af9378007
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions