Fix Oracle compiler name

aCC is/was the HP-UX compiler
This commit is contained in:
Paul Cornett 2020-04-07 08:43:57 -07:00
parent 435764ee61
commit fab2d067b5

View File

@ -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