commit | 322a0a6b59dfe5d059b7075cd033dc0bcb49dc13 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Nov 17 15:19:46 2015 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Nov 17 18:09:57 2015 -0800 |
tree | ad310d354966511ee832ef6ac372687d26fc8008 | |
parent | 5602b5888e7c7eb523bd3bc71eadac7324816bce [diff] |
Fix and optimize relPwd in cc We cannot use the PWD trick for any compile on Darwin, since /proc doesn't exist. So instead of checking for darwin host modules, just check runtime.GOOS. And since this isn't a per-module decision, don't pass it along as a variable to every build command, but make it a global variable. Change-Id: Iea8609f49a9d316c58aed527f62d1986c970eaac