summaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-25 15:50:31 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-25 15:50:31 -0500
commitf2e5709a331e28abd962b67bb4a31c1c4be45d28 (patch)
tree0d97545d76f9a039d047cb9cc06c6cebfa2240ca /doc/usage.mdwn
parent899fb749e98d5c533ba74be6e9dcc617f6436882 (diff)
* Let CC be used to control what compiler is used to build wrappers.
* Use 'cc' instead of gcc as the default compiler.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r--doc/usage.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index af3634e13..76e293ddc 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -300,6 +300,12 @@ configuration options of their own.
using command-line switches, you will rarely need to use this, but it can be
useful for the odd option that lacks a command-line switch.
+# ENVIRONMENT
+
+* CC
+
+ This controls what C compiler is used to build wrappers. Default is 'cc'.
+
# SEE ALSO
* [[ikiwiki-mass-rebuild]](8)