Add COMPILER_PATH optional variable to the BUILD build system module.

This commit is contained in:
Dean Camera 2014-06-08 15:29:08 +10:00
parent 22b3970338
commit 910c6eb599
3 changed files with 15 additions and 4 deletions

View file

@ -190,6 +190,10 @@
* <td>Common flags to pass to the C/C++ compiler and assembler, after the automatically generated flags.</td>
* </tr>
* <tr>
* <td><tt>COMPILER_PATH</tt></td>
* <td>Directory where the C/C++ toolchain is located, if not available in the system <tt>PATH</tt>.</td>
* </tr>
* <tr>
* <td><tt>LD_FLAGS</tt></td>
* <td>Flags to pass to the linker, after the automatically generated flags.</td>
* </tr>