From f52b47eea4c5de553d202669f91e6f4f14668592 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 Jul 2019 23:35:27 +0300 Subject: Add workaround for data race in libstdc++'s locale(const locale&, Facet*) constructor --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 5ea4f02..4a446ac 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -445,7 +445,7 @@ main (int argc, char* argv[]) config_preprocess_create = &config::preprocess_create; bm["dist"] = mf {&dist::boot, &dist::init}; - bm["test"] = mf {&test::boot, &test::init}; + bm["test"] = test::build2_test_load (); bm["install"] = mf {&install::boot, &install::init}; bm["version"] = mf {&version::boot, &version::init}; -- cgit v1.1