diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-10 15:57:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-02-10 15:57:37 +0200 |
commit | eccd416f89007b60d467fe4da3ccf536ec3c1dec (patch) | |
tree | 98402bf5e769cf41526f8b867a3d7e5e9361556a | |
parent | dd25960e27d2f127e05d9f992eb577bc20e395ab (diff) |
Add note on GNU ar deprecating -T in favor of --thin
-rw-r--r-- | libbuild2/cc/link-rule.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index 34fd910..023b7e3 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -2694,6 +2694,9 @@ namespace build2 // probably safe to assume that the two came from the same version // of binutils/LLVM. // + // @@ Note also that GNU ar deprecated -T in favor of --thin in + // version 2.38. + // if (lt.utility) { const string& id (cast<string> (rs["bin.ar.id"])); |