summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/irix
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-02-06 05:45:57 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-02-06 05:45:57 +0000
commit9f4ab715fef0c977397ab36b2f05ab15e31d6131 (patch)
tree07247712310b537503216e361646f43fe408fb89 /lib/make/known-architectures/irix
parentda96660e9d0900201cb6ab4531e6b76a4694bfa8 (diff)
Updating to set FPP rather than CPP.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3570 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/irix')
-rw-r--r--lib/make/known-architectures/irix8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/make/known-architectures/irix b/lib/make/known-architectures/irix
index 6b4430bd..362b366b 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.39 2003-05-25 09:28:39 allen Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/irix,v 1.40 2004-02-06 05:45:57 goodale Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = 'preferred-compilers' ; then
@@ -24,9 +24,9 @@ if test "$CCTK_CONFIG_STAGE" = 'preferred-compilers' ; then
fi
# use the Cactus preprocessor for Fortran
- if test -z "$CPP"; then
- CPP='$(PERL) $(CCTK_HOME)/lib/sbin/cpp.pl'
- echo Setting CPP compiler to $CPP
+ if test -z "$FPP"; then
+ FPP='$(PERL) $(CCTK_HOME)/lib/sbin/cpp.pl'
+ echo Setting FPP to $FPP
fi
# use the native SGI compilers by default