From 78ac6aee6dff1b608bc312fe7ada442ba83710e8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2020 14:51:38 +0200 Subject: Complete NetBSD compatibility --- libbuild2/bin/guess.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2/bin/guess.cxx') diff --git a/libbuild2/bin/guess.cxx b/libbuild2/bin/guess.cxx index e103c43..21936d9 100644 --- a/libbuild2/bin/guess.cxx +++ b/libbuild2/bin/guess.cxx @@ -123,6 +123,11 @@ namespace build2 // version (maybe we could run llvm-ar instead -- it seems to be always // around). // + // On NetBSD we get: + // + // GNU ar (NetBSD Binutils nb1) 2.31.1 + // GNU ranlib (NetBSD Binutils nb1) 2.31.1 + // { auto f = [&ar] (string& l, bool) -> guess_result { -- cgit v1.1