diff options
| author | cjep <cjep@NetBSD.org> | 2021-06-29 10:02:34 +0000 |
|---|---|---|
| committer | cjep <cjep@NetBSD.org> | 2021-06-29 10:02:34 +0000 |
| commit | b45819427297f7a46d6b0fcc2f35468bda62ca6f (patch) | |
| tree | b30357129833917e99300611e1dfa19c4bbd74fe /tools | |
| parent | ca7b384568a5f51f291a54d4d69b011385421d94 (diff) | |
Note OpenBSD cross-build progress
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/compat/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/compat/README b/tools/compat/README index ef77ffc83d2..192e688b539 100644 --- a/tools/compat/README +++ b/tools/compat/README @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.18 2021/06/28 07:18:01 cjep Exp $ +$NetBSD: README,v 1.19 2021/06/29 10:02:34 cjep Exp $ Special notes for cross-hosting a NetBSD build on certain platforms. Only those platforms which have been tested to complete a "build.sh" run @@ -61,6 +61,15 @@ HP-UX * zlib must be available. +OpenBSD +------- + +As of -current 20210629, ./build.sh will build src on OpenBSD 6.9 +for some platforms. Known problems: +* MIPS targets do not currently build. +* The LLVM RT library will not build and consequently nor will X on + amd64 and i386. + NetBSD (earlier releases) ------------------------- |
