diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-06 16:06:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-06 16:06:33 +0200 |
commit | 05f52ca1a68e13e9b69da45811f387889e4e4398 (patch) | |
tree | 0641d55cc0fa7633f4455f74d00b86a5943a360d /BOOTSTRAP-UNIX.cli | |
parent | 04de64fde20a0eb501ae60c1138b4e322671bc2b (diff) |
Remove explicit config.bin.lib=shared from bootstrap, we don't really need
Diffstat (limited to 'BOOTSTRAP-UNIX.cli')
-rw-r--r-- | BOOTSTRAP-UNIX.cli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli index a31c513..e3a8730 100644 --- a/BOOTSTRAP-UNIX.cli +++ b/BOOTSTRAP-UNIX.cli @@ -147,7 +147,6 @@ $ run cd .. # Back to build2-toolchain-X.Y.Z/ $ build2/build2/b-boot configure \ config.cxx=g++ \ - config.bin.lib=shared \ config.bin.suffix=-stage \ config.bin.rpath=/usr/local/lib \ config.install.root=/usr/local \ @@ -202,7 +201,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.bin.rpath=/usr/local/lib \ config.install.root=/usr/local \ config.install.sudo=sudo @@ -227,7 +225,6 @@ $ bpkg-stage create \ cc \ config.cxx=g++ \ config.cc.coptions=-O3 \ - config.bin.lib=shared \ config.bin.rpath=/usr/local/lib \ config.install.root=/usr/local \ config.install.sudo=sudo |