openfoam/wmake/rules/linuxARM64Arm
Mark Olesen 2698cab01c ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions
- for compilers such as gcc and clang, may have several different
  variants installed on the computer. Use WM_COMPILER_CONTROL to
  specify the preferred variant.

  Eg,
      WM_COMPILER=Gcc
      WM_COMPILER_CONTROL="version=8"

      will compile with "gcc-8" and "g++-8"

  Good practice would be to tag output directory names with the
  version too. Eg

      WM_COMPILER=Clang110
      WM_COMPILER_CONTROL="version=11.0"

STYLE: modify message for change of gcc -> clang (darwin)
2021-11-02 17:30:06 +01:00
..
c ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
c++ ENH: extend use of WM_COMPILER_CONTROL to manage compiler versions 2021-11-02 17:30:06 +01:00
c++Debug ENH: armclang: new compiler type. Fixes #779. 2018-03-21 12:08:44 +00:00
c++Opt COMP: adjust ARM compilation flags (#1225) 2019-03-01 18:20:41 +01:00
c++Prof ENH: armclang: new compiler type. Fixes #779. 2018-03-21 12:08:44 +00:00
cDebug ENH: armclang: new compiler type. Fixes #779. 2018-03-21 12:08:44 +00:00
cOpt COMP: adjust ARM compilation flags (#1225) 2019-03-01 18:20:41 +01:00
cProf ENH: armclang: new compiler type. Fixes #779. 2018-03-21 12:08:44 +00:00
general CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00