Add ability to archive build object files into a .a library file to the BUILD build system module.

This commit is contained in:
Dean Camera 2012-06-23 15:15:52 +00:00
parent 924edb2f9a
commit bf5b49ecf5
2 changed files with 18 additions and 5 deletions

View file

@ -70,6 +70,10 @@
* <td>Display a size-sorted list of symbols from the compiled application, in decimal bytes.</td>
* </tr>
* <tr>
* <td><tt>lib</tt></td>
* <td>Build and archive all source files into a library A binary file.</td>
* </tr>
* <tr>
* <td><tt>all</tt></td>
* <td>Build and link the application into ELF debug and HEX binary files.</td>
* </tr>