CONFIG: reduce reliance on WM_ARCH_OPTION (#517)
- now only needed when specify compiling -m32 on a 64-bit system. Internally use the __SIZEOF_LONG__ compiler macro (gcc, icc, llvm) to define when long is actually an int32_t.
Showing
- etc/bashrc 7 additions, 7 deletionsetc/bashrc
- etc/config.csh/settings 13 additions, 16 deletionsetc/config.csh/settings
- etc/config.sh/settings 9 additions, 16 deletionsetc/config.sh/settings
- etc/cshrc 7 additions, 7 deletionsetc/cshrc
- src/OpenFOAM/primitives/ints/int32/int32.H 6 additions, 3 deletionssrc/OpenFOAM/primitives/ints/int32/int32.H
- src/OpenFOAM/primitives/ints/int32/int32IO.C 3 additions, 4 deletionssrc/OpenFOAM/primitives/ints/int32/int32IO.C
- wmake/rules/General/general 1 addition, 1 deletionwmake/rules/General/general
Please register or sign in to comment