diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-10-27 15:11:11 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-11-25 06:31:07 +0100 |
commit | ae14cd49a8da6e62e35636109a6dc74011198437 (patch) | |
tree | 95c4f1dd4444ae6f8cbdf279bec7b7dcda22e33c /Makefile.help | |
parent | c79f09a9a3cfa50cd56c53bd2d3d1f57fe52d587 (diff) |
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 <carmelo.amoroso@st.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 2 |
1 files changed, 1 insertions, 1 deletions
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' |