From 84b88448b3e71855d9a788696276c11c5cc5d005 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 May 2022 10:53:43 +0200 Subject: Add OpenBSD libc detection --- libbuild2/cc/guess.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libbuild2/cc/guess.cxx b/libbuild2/cc/guess.cxx index 16b05a0..9409604 100644 --- a/libbuild2/cc/guess.cxx +++ b/libbuild2/cc/guess.cxx @@ -262,6 +262,8 @@ namespace build2 " stdlib:=\"freebsd\" \n" "# elif defined(__NetBSD__) \n" " stdlib:=\"netbsd\" \n" +"# elif defined(__OpenBSD__) \n" +" stdlib:=\"openbsd\" \n" "# elif defined(__APPLE__) \n" " stdlib:=\"apple\" \n" "# elif defined(__EMSCRIPTEN__) \n" -- cgit v1.1