Browse Source

help: Document CROSS=

should maybe better read "override CROSS_COMPILE from above"

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 12 years ago
parent
commit
5e0dbdb9e5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile.help

+ 2 - 1
Makefile.help

@@ -54,7 +54,8 @@ 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_COMPILE=	- Override CROSS_COMPILER_PREFIX from .config'
+	@echo '  CROSS=		- Same as CROSS_COMPILE'
 	@echo '  ARCH= 		- Use given arch for config targets'
 	@echo '  SHELL=		- Shell to use for make'
 	@echo '  BUILD_CFLAGS=		- extra CFLAGS for compiling host binaries'