summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/compat/README14
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
+