summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2018-12-26 08:27:15 +0300
committerAnup Patel <anup@brainfault.org>2018-12-26 08:27:15 +0300
commitfd7199920ed9cee84b07234db85b8fb3943664c2 (patch)
tree3789de4919c63518933cf127cc31b68a20662956 /README.md
parent23e2c594cc9ef3a51655252871ff3016f534cfe3 (diff)
downloadopensbi-fd7199920ed9cee84b07234db85b8fb3943664c2.tar.xz
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 69a65c1..7b142d5 100644
--- a/README.md
+++ b/README.md
@@ -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*.