diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-30 15:19:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-30 15:19:32 +0200 |
commit | 7bd4abd1a7f0a3d66cb1421ddf31200dc85ebb45 (patch) | |
tree | 578ba86b6569905383161598f7a35c60484870eb /libbuild2/bin/guess.hxx | |
parent | 0a52676ff3de5b302eb4fa85ed8440ae14281318 (diff) |
Complete nm detection
Diffstat (limited to 'libbuild2/bin/guess.hxx')
-rw-r--r-- | libbuild2/bin/guess.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libbuild2/bin/guess.hxx b/libbuild2/bin/guess.hxx index 3a2c219..52c0e1b 100644 --- a/libbuild2/bin/guess.hxx +++ b/libbuild2/bin/guess.hxx @@ -138,10 +138,11 @@ namespace build2 // // Currently recognized nm and nm-like utilities and their ids: // - // gnu GNU binutils nm - // msvc Microsoft's dumpbin.exe - // llvm LLVM llvm-nm - // generic Other/generic/unrecognized + // gnu GNU binutils nm + // msvc Microsoft's dumpbin.exe + // llvm LLVM llvm-nm + // elftoolchain ELF Toolchain (used by FreeBSD) + // generic Other/generic/unrecognized (including Mac OS X) // // The signature is normally the --version line. // |