etc/config.*: Added support for gcc-6.1

This commit is contained in:
Henry Weller
2016-05-29 22:28:07 +01:00
parent ab5a6a4984
commit c9bfcc665a
3 changed files with 12 additions and 6 deletions

View File

@ -63,6 +63,9 @@ OpenFOAM | ThirdParty)
Gcc53)
gcc_version=gcc-5.3.0
;;
Gcc61)
gcc_version=gcc-6.1.0
;;
Clang)
# Using clang - not gcc
export WM_CC='clang'