Module Name: src
Committed By: palle
Date: Sun Jul 30 19:03:50 UTC 2023
Modified Files:
src/tools/compat: README
Log Message:
Update build instruction for Solaris 11.4 (CBE) hosts
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/tools/compat/README:1.24
--- src/tools/compat/README:1.23 Sun Jul 16 18:09:54 2023
+++ src/tools/compat/README Sun Jul 30 19:03:50 2023
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.23 2023/07/16 18:09:54 palle Exp $
+$NetBSD: README,v 1.24 2023/07/30 19:03:50 palle 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
@@ -118,7 +118,10 @@ Solaris 11:
* Set HOST_CC to /usr/bin/gcc
* Solaris 11.4 (CBE)
- * TBD
+ * POSIX.1-2008, SUSv4 (see standards(7))
+ * Using gcc-11
+ * Set PATH to /usr/xpg7/bin:/usr/xpg6/bin:/usr/xpg4/bin:/usr/bin
+ * Set HOST_CC to /usr/bin/gcc
* Solaris 11.4 (SRU57)
* POSIX.1-2008, SUSv4 (see standards(7))