aboutsummaryrefslogtreecommitdiff
path: root/BOOTSTRAP-MSVC.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-06 16:06:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-06 16:06:33 +0200
commit05f52ca1a68e13e9b69da45811f387889e4e4398 (patch)
tree0641d55cc0fa7633f4455f74d00b86a5943a360d /BOOTSTRAP-MSVC.cli
parent04de64fde20a0eb501ae60c1138b4e322671bc2b (diff)
Remove explicit config.bin.lib=shared from bootstrap, we don't really need
Diffstat (limited to 'BOOTSTRAP-MSVC.cli')
-rw-r--r--BOOTSTRAP-MSVC.cli3
1 files changed, 0 insertions, 3 deletions
diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli
index 0ade62d..5d30836 100644
--- a/BOOTSTRAP-MSVC.cli
+++ b/BOOTSTRAP-MSVC.cli
@@ -84,7 +84,6 @@ On this step the entire toolchain is built and staged:
> build2\build2\b-boot configure ^
config.cxx=cl ^
- config.bin.lib=shared ^
config.bin.suffix=-stage ^
config.install.root=C:\build2 ^
config.install.data_root=root\stage
@@ -122,7 +121,6 @@ change the \c{configure} command line above along these lines:
> build2\build2\b-boot configure ^
config.cxx=cl ^
\"config.cc.coptions=/O2 /Oi\" ^
- config.bin.lib=shared ^
config.install.root=C:\build2
\
@@ -144,7 +142,6 @@ to the previous step and you may want/need to make similar adjustments.
cc ^
config.cxx=cl ^
\"config.cc.coptions=/O2 /Oi\" ^
- config.bin.lib=shared ^
config.install.root=C:\build2
\