Startup scripts: Add documentation for WM_ARCH_OPTION

This commit is contained in:
Henry
2015-05-14 18:47:48 +01:00
parent aec185cbdc
commit 30a1b7e56f
4 changed files with 6 additions and 24 deletions

View File

@ -85,17 +85,6 @@ case Linux:
setenv WM_COMPILER I64
breaksw
case mips64:
setenv WM_ARCH SiCortex64
setenv WM_MPLIB MPI
setenv WM_COMPILER_LIB_ARCH 64
setenv WM_CC 'gcc'
setenv WM_CXX 'g++'
setenv WM_CFLAGS '-mabi=64 -fPIC'
setenv WM_CXXFLAGS '-mabi=64 -fPIC'
setenv WM_LDFLAGS '-mabi=64 -G0'
breaksw
case ppc64:
setenv WM_ARCH linuxPPC64
setenv WM_COMPILER_LIB_ARCH 64