aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/gcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/gcc.cxx')
-rw-r--r--build2/cc/gcc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/gcc.cxx b/build2/cc/gcc.cxx
index ec69524..523236a 100644
--- a/build2/cc/gcc.cxx
+++ b/build2/cc/gcc.cxx
@@ -28,7 +28,7 @@ namespace build2
// (Clang, Intel) using the -v -E </dev/null method.
//
dir_paths config_module::
- gcc_header_search_paths (process_path& xc, scope& rs) const
+ gcc_header_search_paths (const process_path& xc, scope& rs) const
{
dir_paths r;
@@ -161,7 +161,7 @@ namespace build2
// (Clang, Intel) using the -print-search-dirs option.
//
dir_paths config_module::
- gcc_library_search_paths (process_path& xc, scope& rs) const
+ gcc_library_search_paths (const process_path& xc, scope& rs) const
{
dir_paths r;