From c2a7f5db75ca002fdd3f2ca88542599523da5ee1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 May 2018 07:26:17 +0200 Subject: Add note on *-gcc-{ar,ranlib,etc} situation --- build2/cc/guess.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build2/cc/guess.cxx b/build2/cc/guess.cxx index 10354c3..89030b5 100644 --- a/build2/cc/guess.cxx +++ b/build2/cc/guess.cxx @@ -1533,7 +1533,8 @@ namespace build2 // LTO plugin though it seems more recent GNU binutils (2.25) are able // to load the plugin when needed automatically. So it doesn't seem we // should bother trying to support this on our end (one way we could do - // it is by passing config.bin.{ar,ranlib} as hints). + // it is by passing config.bin.{ar,ranlib} as hints). Actually, it seems + // there are cases with just -gcc-ar and no -ar. // if (r.bin_pattern.empty ()) { -- cgit v1.1