Module Name:    src
Committed By:   palle
Date:           Tue Aug 15 19:13:12 UTC 2023

Modified Files:
        src/tools/compat: README

Log Message:
Update build instructions for Solaris 10 and Solaris 11.3 hosts


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/tools/compat/README:1.26
--- src/tools/compat/README:1.25	Mon Aug 14 18:49:45 2023
+++ src/tools/compat/README	Tue Aug 15 19:13:12 2023
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.25 2023/08/14 18:49:45 palle Exp $
+$NetBSD: README,v 1.26 2023/08/15 19:13:12 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
@@ -88,7 +88,7 @@ NetBSD (earlier releases)
 Solaris
 -------
 
-(updated instruction for Solaris 11 further below)
+(updated instruction for Solaris 10 and 11 further below)
 
 * Tested on Solaris/x86 8 (5.8) with gcc 2.95.2 and Solaris/sparc 8 (5.8)
   with gcc 3.2 (not yet tested with SUNWspro).
@@ -111,11 +111,25 @@ Solaris
   but /usr/ucb *MUST NOT* be before /usr/ccs/bin or before the path to
   the host C and C++ compilers.
 
+
+Solaris 10:
+
+* Solaris 10 1/13 (u11)
+ * POSIX.1-2001, SUSv3 (see standards(7))
+ * Using gcc-5 from opencsw.org
+ * Set PATH to /usr/xpg6/bin:/usr/xpg4/bin:/usr/bin
+ * Set HOST_CC to /opt/csw/bin/gcc
+ * Set HOST_SH to /usr/bin/bash
+
+
 Solaris 11:
 
 * Solaris 11.3
+ * POSIX.1-2001, SUSv3 (see standards(7))
+ * Using gcc-??????????????
  * Set PATH to /usr/xpg6/bin:/usr/xpg4/bin:/usr/bin
  * Set HOST_CC to /usr/bin/gcc
+ * Set HOST_SH to /usr/bin/bash
 
 * Solaris 11.4 (CBE)
  * POSIX.1-2008, SUSv4 (see standards(7))

Reply via email to