From 9f4ab715fef0c977397ab36b2f05ab15e31d6131 Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 6 Feb 2004 05:45:57 +0000 Subject: Updating to set FPP rather than CPP. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3570 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/irix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3