commit | 999a22f0bbd828c9fc711b6100194f0678d1a08c | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Sat Mar 12 10:22:53 2016 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Sat Mar 12 10:22:53 2016 -0800 |
tree | d232a94e09b0a54474f9887c9bb78abdac9ceba4 | |
parent | 1670eceaefaaacaf424fe04d4776c5d03f0324be [diff] |
Subzero: Allow Makefile.standalone to build for a single target. This makes it easier to focus on reducing the translator size. Enable with e.g.: make -f Makefile.standalone MINIMAL=1 SZTARGET=X8664 bloat-sb BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4362 R=jpp@chromium.org Review URL: https://codereview.chromium.org/1787143002 .