From 54e255c85d717900cf5923bdb7a2d8d9a264f7c4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 Mar 2021 22:40:29 +0300 Subject: Add --exe-{prefix,suffix} and --stage-suffix to build.sh --- BOOTSTRAP-UNIX.cli | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'BOOTSTRAP-UNIX.cli') diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli index 21f502d..abffc6d 100644 --- a/BOOTSTRAP-UNIX.cli +++ b/BOOTSTRAP-UNIX.cli @@ -222,8 +222,8 @@ a local installation and skip the rest of the steps. To perform a local installation you will need to change the \c{configure} and \c{install} command lines above along these lines (see also notes on the -following step about only building shared libraries and private installation -subdirectory): +following step about only building shared libraries, private installation +subdirectory, and toolchain executables prefix/suffix): \ $ build2/build2/b-boot configure \ @@ -297,6 +297,9 @@ and that any further such installations won't interfere with \c{build2}. If, however, you are installing into a private location, such as \c{/opt/build2/}, then you can remove \c{config.install.private=build2}.| +\N|To add a custom suffix/prefix to the toolchain executables names, add +\c{config.bin.exe.prefix=...} and/or \c{config.bin.exe.suffix=...}.| + Next, we add the package repository, build, and install: \ -- cgit v1.1