Module Name: src
Committed By: cjep
Date: Mon Jun 28 07:18:01 UTC 2021
Modified Files:
src/tools/compat: README
Log Message:
avoid triggering conflict indicator warnings
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tools/compat/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/README
diff -u src/tools/compat/README:1.17 src/tools/compat/README:1.18
--- src/tools/compat/README:1.17 Mon Jun 28 07:16:46 2021
+++ src/tools/compat/README Mon Jun 28 07:18:01 2021
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.17 2021/06/28 07:16:46 cjep Exp $
+$NetBSD: README,v 1.18 2021/06/28 07:18:01 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
@@ -14,7 +14,7 @@ In addition all hosts must provide the f
zlib and headers (this requirement may be dropped in future)
FreeBSD
-=======
+-------
build.sh was recently tested on:
* FreeBSD 13 (amd64, aarch64)
@@ -23,7 +23,7 @@ build.sh was recently tested on:
* FreeBSD 10.4 (amd64)
Linux
-=====
+-----
build.sh has been tested on:
* Amazon Linux 2 (x86)
@@ -45,7 +45,7 @@ build.sh has been tested on:
* There is a known build problem on Linux/aarch64 with glibc <2.28
macOS/Darwin
-============
+------------
build.sh was recently tested on:
* macOS Big Sur (x86)
@@ -57,12 +57,12 @@ Previously, there have been issues build
HFS filesystems. build.sh is not working yet on M1-based Macs.
HP-UX
-=====
+-----
* zlib must be available.
NetBSD (earlier releases)
-=========================
+-------------------------
* Tested on NetBSD 1.5.2 (machine-independently).
* Should need no special setup.
@@ -70,7 +70,7 @@ NetBSD (earlier releases)
compat_defs.h will error out if it finds it defined.
Solaris
-=======
+-------
(updated instruction for Solaris 11 further below)