From fab2d067b5116d9aedb4373996595827acafdc87 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 7 Apr 2020 08:43:57 -0700 Subject: [PATCH] Fix Oracle compiler name aCC is/was the HP-UX compiler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64485c6056..a50f627077 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Most popular C++ compilers are supported including but not limited to: - g++ 3.4 or later, including MinGW/MinGW-64/TDM under Windows. - Clang under OS X and Linux. - Intel icc compiler. -- Oracle (ex-Sun) aCC. +- Oracle (ex-Sun) CC. Licence