Module Name: src
Committed By: palle
Date: Thu Aug 24 19:30:48 UTC 2023
Modified Files:
src/tools/compat: README
Log Message:
Update build instructions for Solaris 11.3 hosts
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/tools/compat/README:1.28
--- src/tools/compat/README:1.27 Wed Aug 23 19:09:53 2023
+++ src/tools/compat/README Thu Aug 24 19:30:48 2023
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.27 2023/08/23 19:09:53 palle Exp $
+$NetBSD: README,v 1.28 2023/08/24 19:30:48 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
@@ -126,9 +126,9 @@ Solaris 11:
* Solaris 11.3
* POSIX.1-2001, SUSv3 (see standards(7))
- * Using gcc-12 from pkgsrc.org (installed in GCC12INSTALLDIR)
+ * Using gcc-12 from pkgsrc.org (installed in $GCC12INSTALLDIR)
* Set PATH to /usr/xpg6/bin:/usr/xpg4/bin:/usr/bin:$GCC12INSTALLDIR/bin
- * Set HOST_CC to /usr/bin/gcc
+ * Set HOST_CC to $GCC12INSTALLDIR/bin/gcc
* Set HOST_SH to /usr/bin/bash
* Solaris 11.4 (CBE)