oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: c74e56d4050f90a9c7cfb75df873992f67f3a853
parent: 542fec96d98d9b53393a111001c86cefe5028aaf
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Tue, 17 Mar 2020 18:19:50 -0400
Add Unixware 7 to the supported list

Also add the Unixware 7 C compiler as a supported compiler.c74e56d4050f90a9c7cfb75df873992f67f3a853
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
@@ -26,6 +26,7 @@ Supported systems
 * midipix
 * WSL
 * WSL2
+* Unixware 7
 
 Running on a system not listed here? Add it and send a pull request!
 
@@ -46,6 +47,7 @@ Supported compilers
 * xlc (https://www.ibm.com/us-en/marketplace/ibm-c-and-c-plus-plus-compiler-family)
 * Sun Studio compiler (https://www.oracle.com/technetwork/server-storage/developerstudio/overview/index.html)
 * lacc (https://github.com/larmel/lacc)
+* Optimizing C Compilation System  (CCS) 4.2  03/27/14 (uw714mp5.bl4s)
 
 Building with a compiler not listed here? Add it and send a pull request!