diff options
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.OpenBSD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap/README.OpenBSD b/bootstrap/README.OpenBSD index 50121fd5237..8d88b7978da 100644 --- a/bootstrap/README.OpenBSD +++ b/bootstrap/README.OpenBSD @@ -1,4 +1,4 @@ -$NetBSD: README.OpenBSD,v 1.14 2022/06/01 12:07:37 gdt Exp $ +$NetBSD: README.OpenBSD,v 1.15 2022/06/14 05:04:23 charlotte Exp $ Please read the general README file as well. @@ -21,10 +21,13 @@ fw_update(1). # Status -pkgsrc bootstrap has been tested on OpenBSD 7.0 (amd64, i386) with the +pkgsrc bootstrap has been tested on OpenBSD 7.1 (amd64, i386) with the system-provided clang. Earlier version/platform/compiler combinations have previously been reported to work. +If the bootstrap fails for you, try adding `--prefer-pkgsrc yes` to your +bootstrap command line. + Once bootstrapped, as is typical with pkgsrc, many packages build as is. For any particular package that doesn't, fixes are often in OpenBSD Ports waiting to be borrowed. |