top: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILE

The name CROSS_COMPILE is an industry standard used across
open-source project to specify cross-compiler prefix.

In fact, distro build systems such as buildroot and yocto
assume CROSS_COMPILE to be supported by projects added
as packages to these build systems.

This patch rename back CROSS_COMPILE_PREFIX to CROSS_COMPILE.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
Anup Patel
2018-12-26 10:57:15 +05:30
committed by Anup Patel
parent 23e2c594cc
commit fd7199920e
2 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ OpenSBI provides three components:
Building and Installing generic *libsbi.a*
------------------------------------------
For cross-compiling, the environment variable *CROSS_COMPILE_PREFIX* must
For cross-compiling, the environment variable *CROSS_COMPILE* must
be defined to specify the toolchain executable name prefix, e.g.
*riscv64-unknown-elf-* if the gcc executable used is
*riscv64-unknown-elf-gcc*.