| commit | 78af27d21c1236a6d132106ad9e0bfdb6d0bd8cd | [log] [tgz] |
|---|---|---|
| author | Derek Schuff <[email protected]> | Thu Jul 16 22:05:02 2015 |
| committer | Derek Schuff <[email protected]> | Thu Jul 16 22:05:02 2015 |
| tree | 68d406dcf67ba517a8c5509fd2c53e23a46d6b69 | |
| parent | c82d6a256cb2ce61e7099cff731da327a72e23f7 [diff] |
Change Native Client x86 usr include and link path to match SDK expectations GNU multilib style uses x86_64-nacl/include and x86_64-nacl/usr/include but the SDK expects i686-nacl/usr/include for its files. Change the driver to use this. This is a cherrypick/rebase of http://reviews.llvm.org/D11271 because upstream has MIPS changes that have not been picked. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4108 [email protected] Review URL: https://codereview.chromium.org/1230653005 .