Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat Update build instruction for Solaris 11.4 hosts



details:   https://anonhg.NetBSD.org/src/rev/7fb8f62e6c1b
branches:  trunk
changeset: 377296:7fb8f62e6c1b
user:      palle <palle%NetBSD.org@localhost>
date:      Wed Jul 05 16:26:29 2023 +0000

description:
Update build instruction for Solaris 11.4 hosts

diffstat:

 tools/compat/README |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r e11bee471070 -r 7fb8f62e6c1b tools/compat/README
--- a/tools/compat/README       Wed Jul 05 12:09:39 2023 +0000
+++ b/tools/compat/README       Wed Jul 05 16:26:29 2023 +0000
@@ -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
+



Home | Main Index | Thread Index | Old Index