commit: 55f28d1b78ff6c67d52fa78eaf12d81fdce23897
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jun 4 04:19:24 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 16:28:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=55f28d1b
scripts/bootstrap-prefix.sh: add OpenBSD toolchain
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Sam James <sam <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index f1eecd65bc..906ce86bc7 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -160,7 +160,7 @@ configure_toolchain() {
*-darwin*)
# handled below
;;
- *-freebsd*)
+ *-freebsd* | *-openbsd*)
# comes with clang, handled below
;;
*)
@@ -267,7 +267,7 @@ configure_toolchain() {
sys-devel/llvm
sys-devel/clang"
;;
- *-freebsd*)
+ *-freebsd* | *-openbsd*)
CC=clang
CXX=clang++
# TODO: target clang toolchain someday?