From 317d7c41ce49ce49ba91c01e6ab0907575115a15 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 22 Apr 2004 03:00:46 +0000 Subject: No need anymore to check for both OPTIMISE and OPTIMIZE. This is now already done in the configure script. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3669 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/make/known-architectures/linux') diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux index 4f7e73f1..78b79989 100644 --- a/lib/make/known-architectures/linux +++ b/lib/make/known-architectures/linux @@ -227,7 +227,7 @@ else case "$host_cpu" in i?86) - if test "$OPTIMISE" = 'no' -o "$OPTIMIZE" = 'no'; then + if test "$OPTIMISE" = 'no'; then : ${F77FLAGS='-align -w95 -O0'} : ${F90FLAGS='-align -w95 -O0'} else @@ -266,7 +266,7 @@ else ia64) # Below is taken from IA32 settings and may be wrong for different versions etc - if test "$OPTIMISE" = 'no' -o "$OPTIMIZE" = 'no'; then + if test "$OPTIMISE" = 'no'; then : ${F77FLAGS='-align -w95 -O0'} : ${F90FLAGS='-align -w95 -O0'} else @@ -325,7 +325,7 @@ else : ${C_OPTIMISE_FLAGS='-O3'} ;; [ei]cc) - if test "$OPTIMISE" = 'no' -o "$OPTIMIZE" = 'no'; then + if test "$OPTIMISE" = 'no'; then : ${CFLAGS='-O0 -restrict'} else : ${CFLAGS='-restrict'} @@ -351,7 +351,7 @@ else : ${CXX_OPTIMISE_FLAGS='-O3'} ;; [ei]cc | [ei]cpc) - if test "$OPTIMISE" = 'no' -o "$OPTIMIZE" = 'no'; then + if test "$OPTIMISE" = 'no'; then : ${CXXFLAGS='-restrict -O0'} else : ${CXXFLAGS='-restrict'} -- cgit v1.2.3