commit | 083908e749b3ab3d0cc1feb61280b057737bd645 | [log] [tgz] |
---|---|---|
author | sbc <sbc@chromium.org> | Mon Oct 26 19:10:53 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 26 19:10:53 2015 |
tree | 7d078e33dfb040afa971cf4fd188f49f5760de32 | |
parent | 290151a5807535b7e420a52406edc45137a55eba [diff] |
Fix link error with busybox and glibc A recent change to ppapi_simple in the SDK caused the link to start failing. This change fixes the issue and also updates the build system so that all settings are passed in at defconfig time, and also switches to using nacl-spawn rather than ppapi_simple directly. Also, an a simple test. Review URL: https://codereview.chromium.org/1418623008