From 05f52ca1a68e13e9b69da45811f387889e4e4398 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Sep 2016 16:06:33 +0200 Subject: Remove explicit config.bin.lib=shared from bootstrap, we don't really need --- BOOTSTRAP-MINGW.cli | 3 --- 1 file changed, 3 deletions(-) (limited to 'BOOTSTRAP-MINGW.cli') diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli index 440ef68..6b540fd 100644 --- a/BOOTSTRAP-MINGW.cli +++ b/BOOTSTRAP-MINGW.cli @@ -95,7 +95,6 @@ On this step the entire toolchain is built and staged: > build2\build2\b-boot configure ^ config.cxx=g++ ^ - config.bin.lib=shared ^ config.bin.suffix=-stage ^ config.install.root=C:\build2 ^ config.install.data_root=root\stage @@ -133,7 +132,6 @@ change the \c{configure} command line above along these lines: > build2\build2\b-boot configure ^ config.cxx=g++ ^ config.cc.coptions=-O3 ^ - config.bin.lib=shared ^ config.install.root=C:\build2 \ @@ -155,7 +153,6 @@ to the previous step and you may want/need to make similar adjustments. cc ^ config.cxx=g++ ^ config.cc.coptions=-O3 ^ - config.bin.lib=shared ^ config.install.root=C:\build2 \ -- cgit v1.1