From ae14cd49a8da6e62e35636109a6dc74011198437 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 27 Oct 2011 15:11:11 +0200 Subject: buildsys: s/CROSS/CROSS_COMPILE/g Use CROSS_COMPILE instead of CROSS as other projects are doing (i.e. kernel, busybox, buildroot). CROSS is still supported for backward compatibility only Signed-off-by: Carmelo Amoroso --- Makefile.help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.help') diff --git a/Makefile.help b/Makefile.help index a98d330b8..bd8b0ecde 100644 --- a/Makefile.help +++ b/Makefile.help @@ -54,7 +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= - Override CROSS_COMPILER_PREFIX from .config' + @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 ' CONFIG_SHELL= - Shell to use for menuconfig' -- cgit v1.2.3