diff config @ 1812:acaa88463c0c draft

Add CROSS_COMPILER_PATH and CC_PREFIX knobs.
author Rob Landley <rob@landley.net>
date Thu, 12 Nov 2015 07:55:05 -0600
parents f326dbd73bee
children 5ff5fea0ad7a
line wrap: on
line diff
--- a/config	Thu Nov 12 07:54:10 2015 -0600
+++ b/config	Thu Nov 12 07:55:05 2015 -0600
@@ -147,3 +147,8 @@
 # to this to add extra debug info to their binaries. (Use with SKIP_STRIP)
 
 # export CFLAGS="-g -pipe"
+
+# If you don't want to build cross compilers, supply path to existing one.
+
+# export CROSS_COMPILER_PATH=/path/to/cross-compiler/bin
+# export CC_PREFIX=thingy-