aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-28 13:46:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-28 13:46:26 +0200
commit1c7cbb302b1c6e41eb0c5cecfc655532f1919cba (patch)
tree84375e8be2bfe00b2387f02cab8dcca396019299 /build2/cc/compile.cxx
parent24402ed431c1780914576f72350f8796308cb59b (diff)
Implement support for linking whole archive
Diffstat (limited to 'build2/cc/compile.cxx')
-rw-r--r--build2/cc/compile.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx
index 8fa3296..fbf6a19 100644
--- a/build2/cc/compile.cxx
+++ b/build2/cc/compile.cxx
@@ -294,7 +294,7 @@ namespace build2
continue;
process_libraries (act, bs, li, sys_lib_dirs,
- pt->as<file> (), a,
+ pt->as<file> (), a, 0, // Hack: lflags unused.
nullptr, nullptr, optf);
}
}
@@ -338,7 +338,7 @@ namespace build2
continue;
process_libraries (act, bs, li, sys_lib_dirs,
- pt->as<file> (), a,
+ pt->as<file> (), a, 0, // Hack: lflags unused.
nullptr, nullptr, optf);
}
}
@@ -385,7 +385,7 @@ namespace build2
continue;
process_libraries (act, bs, li, sys_lib_dirs,
- pt->as<file> (), a,
+ pt->as<file> (), a, 0, // Hack: lflags unused.
nullptr, nullptr, optf);
}
}