summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-09 08:25:48 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-09 08:25:48 +0200
commit044843f002f666db3bc06c513ed6291a00ad1225 (patch)
tree290125e0dc5a1728d0e135dc692eea44f0dbc66c /Makefile.help
parent8579ca1921f038d7e7c1e100709e0a35cf9d1a7d (diff)
Revert "help: Document CROSS="
This reverts commit 5e0dbdb9e5acdcf7dea29335a5db065f48c58766. CROSS is only a compat thing and should not be advertised Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.help b/Makefile.help
index c293ef5c1..e02c545ef 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -54,8 +54,7 @@ help:
@echo ' V="" - Quiet build (default)'
@echo ' V=1 - Brief build (show defines, ld flags)'
@echo ' V=2 - Very verbose build'
- @echo ' CROSS_COMPILE= - Override CROSS_COMPILER_PREFIX from .config'
- @echo ' CROSS= - Same as CROSS_COMPILE'
+ @echo ' CROSS_COMPILE= - Override CROSS_COMPILER_PREFIX from .config'
@echo ' ARCH= - Use given arch for config targets'
@echo ' SHELL= - Shell to use for make'
@echo ' BUILD_CFLAGS= - extra CFLAGS for compiling host binaries'