From fd7199920ed9cee84b07234db85b8fb3943664c2 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Wed, 26 Dec 2018 10:57:15 +0530 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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*. -- cgit v1.2.3