From 76de594667b370094f5da5c0871c155d788d135e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Jan 2018 15:35:57 +0200 Subject: Initial support for c/cxx runtime/stdlib detection --- build2/cc/common.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/cc/common.hxx') diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx index f4cd0c7..5ed7173 100644 --- a/build2/cc/common.hxx +++ b/build2/cc/common.hxx @@ -69,6 +69,11 @@ namespace build2 const variable& c_export_loptions; const variable& c_export_libs; + const variable& x_stdlib; // x.stdlib + + const variable& c_runtime; // cc.runtime + const variable& c_stdlib; // cc.stdlib + const variable& c_type; // cc.type const variable& c_system; // cc.system const variable& c_module_name; // cc.module_name -- cgit v1.1