diff options
| author | palle <palle@NetBSD.org> | 2023-07-05 16:26:29 +0000 |
|---|---|---|
| committer | palle <palle@NetBSD.org> | 2023-07-05 16:26:29 +0000 |
| commit | 6a267d1d2a74c1cb9a09fce5c32721bf6ee29659 (patch) | |
| tree | 259ea01e60f07b7aed0dd54d7eb8d0f0db129b47 /tools | |
| parent | c9d35da1e8cea57daa0ad272c6745f2e2477efcc (diff) | |
Update build instruction for Solaris 11.4 hosts
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/compat/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tools/compat/README b/tools/compat/README index cc3dcd517dd..70a894aa62e 100644 --- a/tools/compat/README +++ b/tools/compat/README @@ -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 + |
