From 9ef80881dfad5df54688773e04c7cb0f5d2e4222 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 31 Mar 2009 20:13:15 +0100 Subject: [PATCH] Clear out unused settings. --- etc/bashrc | 10 ++++------ etc/cshrc | 6 ------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index d658513..1744e62 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -61,12 +61,6 @@ export WM_PROJECT_USER_DIR=$HOME/$WM_PROJECT/$USER-$WM_PROJECT_VERSION export WM_THIRD_PARTY_DIR=$WM_PROJECT_INST_DIR/ThirdParty -# Operating System/Platform from Unix or MSWindows -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# WM_OS = Unix | MSWindows -: ${WM_OS:=Unix}; export WM_OS - - # Compiler: set to Gcc, Gcc42 or Icc (for Intel's icc) # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : ${WM_COMPILER:=Gcc}; export WM_COMPILER @@ -136,10 +130,12 @@ Linux) ;; esac ;; + ia64) WM_ARCH=linuxIA64 export WM_COMPILER=I64 ;; + mips64) WM_ARCH=SiCortex64 export WM_COMPILER_LIB_ARCH=64 @@ -150,9 +146,11 @@ Linux) export WM_LDFLAGS='-mabi=64 -G0' export WM_MPLIB=MPI ;; + *) echo Unknown processor type `uname -m` for Linux ;; + esac ;; diff --git a/etc/cshrc b/etc/cshrc index 87f43f1..0648a64 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -60,12 +60,6 @@ setenv WM_PROJECT_USER_DIR $HOME/$WM_PROJECT/$LOGNAME-$WM_PROJECT_VERSION setenv WM_THIRD_PARTY_DIR $WM_PROJECT_INST_DIR/ThirdParty -# Operating System/Platform from Unix or MSWindows -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# WM_OS = Unix | MSWindows -if ( ! $?WM_OS ) setenv WM_OS Unix - - # Compiler: set to Gcc, Gcc42 or Icc (for Intel's icc) # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if ( ! $?WM_COMPILER ) setenv WM_COMPILER Gcc -- 2.11.4.GIT