aboutsummaryrefslogtreecommitdiff
path: root/BOOTSTRAP-WINDOWS-CLANG.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-03-03 20:18:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-03-08 11:08:05 +0300
commit078db5116f34ccf006c1e610c7a7ebadbc6f7aca (patch)
tree6a0aad0e4c443fdb9c15b8db6a3182238bb050a0 /BOOTSTRAP-WINDOWS-CLANG.cli
parent89684a3074b4bbfd402d1596f0c30eea18c50ed8 (diff)
Add --exe-{prefix,suffix} and --stage-suffix to build batch files
Diffstat (limited to 'BOOTSTRAP-WINDOWS-CLANG.cli')
-rw-r--r--BOOTSTRAP-WINDOWS-CLANG.cli6
1 files changed, 5 insertions, 1 deletions
diff --git a/BOOTSTRAP-WINDOWS-CLANG.cli b/BOOTSTRAP-WINDOWS-CLANG.cli
index 694fa91..35b0c57 100644
--- a/BOOTSTRAP-WINDOWS-CLANG.cli
+++ b/BOOTSTRAP-WINDOWS-CLANG.cli
@@ -154,7 +154,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 ^
@@ -212,6 +213,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:
\