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 /INSTALL | |
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 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ COMPILING uClibc: to compile uClibc. or if you are cross compiling, you would instead run something like: - make CROSS=arm-linux- + make CROSS_COMPILE=arm-linux- INSTALLING the uClibc development environment: |