aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile')
-rw-r--r--build2/cc/compile8
1 files changed, 7 insertions, 1 deletions
diff --git a/build2/cc/compile b/build2/cc/compile
index 2f1a0eb..5bff6b1 100644
--- a/build2/cc/compile
+++ b/build2/cc/compile
@@ -41,6 +41,12 @@ namespace build2
perform_clean (action, target&) const;
private:
+ void
+ append_lib_options (cstrings&, target&) const;
+
+ void
+ hash_lib_options (sha256&, target&) const;
+
// Mapping of include prefixes (e.g., foo in <foo/bar>) for auto-
// generated headers to directories where they will be generated.
//
@@ -57,7 +63,7 @@ namespace build2
append_prefixes (prefix_map&, target&, const variable&) const;
void
- append_lib_prefixes (prefix_map&, target&, lorder) const;
+ append_lib_prefixes (prefix_map&, target&) const;
prefix_map
build_prefix_map (target&, lorder) const;