aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-06-08 15:29:08 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-06-08 15:29:08 +1000
commit910c6eb59966714870e4f10db12d2963fe97baf6 (patch)
tree86129497468e765be8029b5333d78d68d20a44f1 /LUFA/DoxygenPages/BuildSystem.txt
parent22b39703387044d7be9c2b3cb5504abb791fb1a6 (diff)
downloadlufa-910c6eb59966714870e4f10db12d2963fe97baf6.tar.gz
lufa-910c6eb59966714870e4f10db12d2963fe97baf6.tar.bz2
lufa-910c6eb59966714870e4f10db12d2963fe97baf6.zip
Add COMPILER_PATH optional variable to the BUILD build system module.
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 21930eaf3..7ddfa1be3 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -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>