aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index 3f0f9fb..6eccf23 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -48,6 +48,7 @@ namespace build2
const variable& config_x_poptions;
const variable& config_x_coptions;
const variable& config_x_loptions;
+ const variable& config_x_aoptions;
const variable& config_x_libs;
const variable* config_x_importable_headers;
@@ -59,12 +60,14 @@ namespace build2
const variable& x_poptions;
const variable& x_coptions;
const variable& x_loptions;
+ const variable& x_aoptions;
const variable& x_libs;
const variable* x_importable_headers;
const variable& c_poptions; // cc.*
const variable& c_coptions;
const variable& c_loptions;
+ const variable& c_aoptions;
const variable& c_libs;
const variable& x_export_poptions;