From 1c7cbb302b1c6e41eb0c5cecfc655532f1919cba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Jul 2017 13:46:26 +0200 Subject: Implement support for linking whole archive --- build2/cc/compile.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/cc/compile.cxx') 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 (), a, + pt->as (), 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 (), a, + pt->as (), 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 (), a, + pt->as (), a, 0, // Hack: lflags unused. nullptr, nullptr, optf); } } -- cgit v1.1