mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00
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:
@@ -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*.
|
||||
|
Reference in New Issue
Block a user