[fix] translate g++ whole archive to force load for clang++ compilation
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 1 Oct 2014 18:50:42 +0000 (11:50 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 3 Oct 2014 20:19:35 +0000 (13:19 -0700)
commit2fcbc9d169d80c24e7acf3eedba90a94622f00ec
tree22efab8abae2c792343d5a39989b81de0e004456
parentb84009e168e6a2354540dff8fabbdc39f574d66f
[fix] translate g++ whole archive to force load for clang++ compilation

To build with the layer registry clang++ requires `-force_load` as
g++ requires `--whole-archive`.
Makefile