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 /build.sh | |
parent | 04de64fde20a0eb501ae60c1138b4e322671bc2b (diff) |
Remove explicit config.bin.lib=shared from bootstrap, we don't really need
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -180,7 +180,6 @@ run cd .. run build2/build2/b-boot configure \ config.cxx="$cxx" \ -config.bin.lib=shared \ config.bin.suffix=-stage \ config.bin.rpath="$conf_rpath" \ config.install.root="$idir" \ @@ -205,7 +204,6 @@ run bpkg-stage create \ cc \ config.cxx="$cxx" \ config.cc.coptions=-O3 \ -config.bin.lib=shared \ config.bin.rpath="$conf_rpath" \ config.install.root="$idir" \ config.install.sudo="$conf_sudo" |