From cbae8bddd5ffbf86acafedcb458f23b8196df9c6 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 20 Aug 2002 09:35:30 +0000 Subject: Removed -LNO option since it is given with the wrong format. Probably should investigate the real use of this some more. Fixes Cactus/1083 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2973 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/irix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/make/known-architectures/irix b/lib/make/known-architectures/irix index 1ea1f1de..0bcf03bf 100644 --- a/lib/make/known-architectures/irix +++ b/lib/make/known-architectures/irix @@ -6,7 +6,7 @@ # @desc # Known architectures file for SGI Irix systems # @enddesc -# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/irix,v 1.34 2002-08-19 11:03:35 tradke Exp $ +# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/irix,v 1.35 2002-08-20 09:35:30 allen Exp $ # @@*/ if test "$CCTK_CONFIG_STAGE" = 'preferred-compilers' ; then @@ -106,13 +106,13 @@ else if test $CC = 'cc'; then : ${CFLAGS="$IRIX_BITS_FLAG $IRIX_FLAGS"} - : ${C_OPTIMISE_FLAGS='-O3 -INLINE -LNO -OPT:Olimit=100000'} + : ${C_OPTIMISE_FLAGS='-O3 -INLINE -OPT:Olimit=100000'} : ${C_DEBUG_FLAGS='-g3'} : ${C_WARN_FLAGS='-fullwarn'} fi if test $CXX = 'CC'; then : ${CXXFLAGS="$IRIX_BITS_FLAG $IRIX_FLAGS"} - : ${CXX_OPTIMISE_FLAGS='-O3 -INLINE -LNO -OPT:Olimit=100000'} + : ${CXX_OPTIMISE_FLAGS='-O3 -INLINE -OPT:Olimit=100000'} : ${CXX_DEBUG_FLAGS='-g3'} : ${CXX_WARN_FLAGS='-fullwarn'} fi -- cgit v1.2.3