aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-08-04 08:11:57 +0100
committerDenis Ovsienko <denis@ovsienko.info>2023-08-04 08:13:07 +0100
commit766b607d60d8038087b49fc4cf433dac3dcdb49c (patch)
treef4cba69e2c3a1c8e5a815ffb744ccfa0369cd564 /doc
parent5cebf4f4cc2491f99ab4ed4f003376ca69548a2c (diff)
doc: Add more details to README.solaris.md. [skip ci]
Diffstat (limited to 'doc')
-rw-r--r--doc/README.solaris.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/README.solaris.md b/doc/README.solaris.md
index 4166fa86..0fd7e013 100644
--- a/doc/README.solaris.md
+++ b/doc/README.solaris.md
@@ -5,6 +5,12 @@
* Neither illumos lex nor illumos yacc are suitable.
* Solaris m4 and illumos m4 are suitable.
+## OmniOS r151046/AMD64
+
+* flex 2.6.4 and GNU Bison 3.8.2 work.
+* CMake 3.26.4 works.
+* GCC 12.2.0 and Clang 16.0.4 work.
+
## OmniOS r151044/AMD64
* flex 2.6.4 and GNU Bison 3.8.2 work.
@@ -36,15 +42,19 @@ developer/clang-90
ENDOFTEXT
```
-## Solaris 11/AMD64
+## Solaris 11.4.57.144.3/SPARC
+
+* flex 2.6.4 and GNU Bison 3.8.2 work.
+* CMake does not work.
+* GCC 12.2.0 and Clang 13.0.1 work.
+
+## Solaris 11.4.42.111.0/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
+## Solaris 11.3/SPARC
* flex 2.6.4 and GNU Bison 3.7.1 work.
* CMake 3.14.3 works.