etc/config: Removed references to gcc versions < 4.8

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2312
This commit is contained in:
Henry Weller
2016-10-30 00:01:48 +01:00
parent 8a33e41a44
commit fa7f61b32e
4 changed files with 2 additions and 8 deletions

View File

@ -61,7 +61,7 @@ export FOAM_INST_DIR=$HOME/$WM_PROJECT
export WM_COMPILER_TYPE=system
#- Compiler:
# WM_COMPILER = Gcc | Gcc45 | Gcc46 | Gcc47 | Gcc48 | Gcc49| Clang | Icc
# WM_COMPILER = Gcc | Gcc48 ... Gcc62 | Clang | Icc
export WM_COMPILER=Gcc
unset WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH