commit | d8c81deecbe3502b75e314aea6025c7deeba73d8 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Tue Apr 16 23:20:54 2013 -0700 |
committer | Brian Silverman <brians> | Tue Apr 23 17:58:44 2013 -0700 |
tree | 17f3bba240c6a27f289107288d3e56f93805743a | |
parent | 632d69d8b8bb98f8da30ae31916e2111e6717cd2 [diff] [blame] |
fixed a libgcc function not being on the crio's version
diff --git a/frc971/crio/crio.gyp b/frc971/crio/crio.gyp index b47921d..3f76f44 100644 --- a/frc971/crio/crio.gyp +++ b/frc971/crio/crio.gyp
@@ -6,6 +6,7 @@ 'type': 'static_library', 'sources': [ '<!@(find <(AOS)/externals/WPILib/WPILib/ -name *.cpp)', + '<(AOS)/crio/floatundidf.c', ], 'dependencies': [ '<(EXTERNALS):WPILib',