From db73844a1e11787025a8642f69a52b5f9c87aea2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Jul 2020 08:05:41 +0200 Subject: Fold translated *.std options into compiler mode options This way they are accessible in ad hoc recipes. --- libbuild2/cc/common.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libbuild2/cc/common.hxx') diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index 6df1ab0..781fcf5 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -155,8 +155,6 @@ namespace build2 const string& tsys; // x.target.system const string& tclass; // x.target.class - const strings& tstd; // Translated x_std value (options). - bool modules; // x.features.modules bool symexport; // x.features.symexport @@ -218,7 +216,6 @@ namespace build2 const process_path& path, const strings& mode, const target_triplet& tgt, - const strings& std, bool fm, bool fs, const dir_paths& sld, @@ -239,7 +236,6 @@ namespace build2 cmaj (mj), cmin (mi), cpath (path), cmode (mode), ctgt (tgt), tsys (ctgt.system), tclass (ctgt.class_), - tstd (std), modules (fm), symexport (fs), xlate_hdr (nullptr), -- cgit v1.1