commit | 6137a50b9ac66f22e092f041de8ea623c5b6acb4 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Apr 22 15:41:36 2013 -0700 |
committer | Brian Silverman <brians> | Tue Apr 23 17:58:59 2013 -0700 |
tree | 926df0e2558c10198224fcd2365e437f0896ed20 | |
parent | d8c81deecbe3502b75e314aea6025c7deeba73d8 [diff] [blame] |
dealt (nicely) with the libgcc.a on the crio not having enough functions
diff --git a/aos/build/externals.gyp b/aos/build/externals.gyp index 1033551..958f823 100644 --- a/aos/build/externals.gyp +++ b/aos/build/externals.gyp
@@ -13,6 +13,7 @@ 'gflags_version': '2.0', 'libusb_version': '1.0.9', 'libusb_apiversion': '1.0', + 'compiler_rt_version': 'RELEASE_32_final', }, 'targets': [ { @@ -179,4 +180,7 @@ }, }, ], + 'includes': [ + 'libgcc-additions/libgcc-additions.gypi', + ], }