From 078db5116f34ccf006c1e610c7a7ebadbc6f7aca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 3 Mar 2021 20:18:01 +0300 Subject: Add --exe-{prefix,suffix} and --stage-suffix to build batch files --- BOOTSTRAP-WINDOWS-MSVC.cli | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'BOOTSTRAP-WINDOWS-MSVC.cli') diff --git a/BOOTSTRAP-WINDOWS-MSVC.cli b/BOOTSTRAP-WINDOWS-MSVC.cli index dbe5ede..6ac26f0 100644 --- a/BOOTSTRAP-WINDOWS-MSVC.cli +++ b/BOOTSTRAP-WINDOWS-MSVC.cli @@ -128,7 +128,8 @@ pass the \c{--local} option.| To perform a local installation you will need to change the \c{configure} and \c{install} command lines above along these lines (see also a note on the -following step about only building shared libraries): +following step about only building shared libraries and toolchain executables +prefix/suffix): \ > build2\build2\b-boot configure ^ @@ -186,6 +187,9 @@ previous step and you may want/need to make similar adjustments. \N|The above configuration will only build shared libraries. If you would like to build both shared and static, remove \c{config.bin.lib=shared}.| +\N|To add a custom prefix/suffix 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