aboutsummaryrefslogtreecommitdiff
path: root/doc/README.solaris.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.solaris.md')
-rw-r--r--doc/README.solaris.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/README.solaris.md b/doc/README.solaris.md
index 07456712..06ba789d 100644
--- a/doc/README.solaris.md
+++ b/doc/README.solaris.md
@@ -2,8 +2,14 @@
* Autoconf works everywhere.
* Neither Solaris lex nor Solaris yacc are suitable.
-* Neither OpenIndiana lex nor OpenIndiana yacc are suitable.
-* Solaris m4 and OpenIndiana m4 are suitable.
+* Neither illumos lex nor illumos yacc are suitable.
+* Solaris m4 and illumos m4 are suitable.
+
+## OmniOS r151042/AMD64
+
+* flex 2.6.4 and GNU Bison 3.8.2 work.
+* CMake 3.23.1 works.
+* GCC 11.2.0 and Clang 14.0.3 work.
## OpenIndiana 2021.04/AMD64
@@ -24,6 +30,14 @@ developer/clang-90
ENDOFTEXT
```
+## Solaris 11/AMD64
+
+* flex 2.6.4 and GNU Bison 3.7.3 work.
+* CMake 3.21.0 works.
+* Clang 11.0 works, GCC 11.2 works.
+
+For reference, the tests were done using Oracle Solaris 11.4.42.111.0.
+
## Solaris 11/SPARC
* flex 2.6.4 and GNU Bison 3.7.1 work.