diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-18 15:45:50 +0200 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-18 11:45:53 -0700 |
| commit | 4e7ec2199a787c0edf752803c2b612de133a5972 (patch) | |
| tree | f8afd4883aa772fea509c0939bdd90df022ffa14 | |
| parent | 1b513094fccea3300d964233fa843f1801bed012 (diff) | |
| download | uClibc-alpine-4e7ec2199a787c0edf752803c2b612de133a5972.tar.bz2 uClibc-alpine-4e7ec2199a787c0edf752803c2b612de133a5972.tar.xz | |
document ARCH=
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| -rw-r--r-- | Makefile.help | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help index 586cccd6a..4fb8a6f56 100644 --- a/Makefile.help +++ b/Makefile.help @@ -47,6 +47,7 @@ help: @echo ' V=1 - Verbose build' @echo ' V=2 - Very verbose build' @echo ' CROSS= - Override CROSS_COMPILER_PREFIX from .config' + @echo ' ARCH= - Use given arch for config targets' @echo ' SHELL= - Shell to use for make' @echo ' CONFIG_SHELL= - Shell to use for menuconfig' @echo |
