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/aos.gypi b/aos/build/aos.gypi index 662a419..115ae06 100644 --- a/aos/build/aos.gypi +++ b/aos/build/aos.gypi
@@ -44,6 +44,8 @@ 'defines': [ '__STDC_FORMAT_MACROS', '_FORTIFY_SOURCE=2', + '__STDC_CONSTANT_MACROS', + '__STDC_LIMIT_MACROS', ], 'ldflags': [ '-pipe',