summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-20 09:35:30 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-20 09:35:30 +0000
commitcbae8bddd5ffbf86acafedcb458f23b8196df9c6 (patch)
tree7de5b6239a68f8e1baf5687fe0674905798dba11 /lib
parentc6d55da2c720346faee43160b5ac315f8452d5fd (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/irix6
1 files changed, 3 insertions, 3 deletions
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