]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/buildman/README
tools: buildman: Add compiler wrapper
[people/ms/u-boot.git] / tools / buildman / README
index 8c5f8610d02f8c4c3145904bae05bb6bcd71f2c2..514bebc9f815b206b1c80c9918872d651277c98c 100644 (file)
@@ -211,6 +211,15 @@ arm: arm-none-eabi-
 
 and buildman will find arm-none-eabi-gcc in /usr/bin if you have it installed.
 
+[toolchain-wrapper]
+wrapper: ccache
+
+This tells buildman to use a compiler wrapper in front of CROSS_COMPILE. In
+this example, ccache. It doesn't affect the toolchain scan. The wrapper is
+added when CROSS_COMPILE environtal variable is set. The name in this
+section is ignored. If more than one line is provided, only the last one
+is taken.
+
 3. Make sure you have the require Python pre-requisites
 
 Buildman uses multiprocessing, Queue, shutil, StringIO, ConfigParser and