From 5fb77d1609bb62db11ed640d089a08f34e943998 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jul 2016 09:03:36 +0200 Subject: Move ar/ranlib to bin.ar sub-module, load in cxx unless shared-only build This way we don't load/configure what we don't need. --- build2/bin/module | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build2/bin/module') diff --git a/build2/bin/module b/build2/bin/module index 668e4d8..8fb9274 100644 --- a/build2/bin/module +++ b/build2/bin/module @@ -24,6 +24,15 @@ namespace build2 const variable_map&); bool + ar_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); + + bool ld_init (scope&, scope&, const location&, -- cgit v1.1