Module Name: src Committed By: palle Date: Wed Jul 5 16:26:29 UTC 2023
Modified Files: src/tools/compat: README Log Message: Update build instruction for Solaris 11.4 hosts To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 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.21 src/tools/compat/README:1.22 --- src/tools/compat/README:1.21 Sun Jul 11 06:15:42 2021 +++ src/tools/compat/README Wed Jul 5 16:26:29 2023 @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.21 2021/07/11 06:15:42 cjep Exp $ +$NetBSD: README,v 1.22 2023/07/05 16:26:29 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 @@ -117,9 +117,11 @@ Solaris 11: * Set PATH to /usr/xpg6/bin:/usr/xpg4/bin:/usr/bin * Set HOST_CC to /usr/bin/gcc -* Solaris 11.4 - * Install gcc-5 since the default installed gcc-7 has issues when compiling - toolchain version of groff (hypot()) +* Solaris 11.4 (CBE) + * TBD + +* Solaris 11.4 (SRU57) + * Using gcc-12 * Set PATH to /usr/xpg7/bin:/usr/xpg6/bin:/usr/xpg4/bin:/usr/bin - * set HOST_CC to /usr/gcc/5/bin/gcc - * set HOST_CXX to /usr/gcc/5/bin/g++ + * Set HOST_CC to /usr/bin/gcc +