[csw-devel] SF.net SVN: gar:[10990] csw/mgar/gar/v2-fortran/gar.conf.mk
gadavis at users.sourceforge.net
gadavis at users.sourceforge.net
Fri Sep 17 00:07:48 CEST 2010
Revision: 10990
http://gar.svn.sourceforge.net/gar/?rev=10990&view=rev
Author: gadavis
Date: 2010-09-16 22:07:47 +0000 (Thu, 16 Sep 2010)
Log Message:
-----------
Fix value of FC for GCC3
Modified Paths:
--------------
csw/mgar/gar/v2-fortran/gar.conf.mk
Modified: csw/mgar/gar/v2-fortran/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2-fortran/gar.conf.mk 2010-09-16 22:04:22 UTC (rev 10989)
+++ csw/mgar/gar/v2-fortran/gar.conf.mk 2010-09-16 22:07:47 UTC (rev 10990)
@@ -480,7 +480,7 @@
SOS11_F77 ?= $(SOS11_CC_HOME)/bin/f77
SOS12_F77 ?= $(SOS12_CC_HOME)/bin/f77
SOS12U1_F77 ?= $(SOS12U1_CC_HOME)/bin/f77
- GCC3_FC ?= $(GCC3_CC_HOME)/bin/f77
+ GCC3_FC ?= $(GCC3_CC_HOME)/bin/g77
GCC4_FC ?= $(GCC4_CC_HOME)/bin/gfortran
SOS11_FC ?= $(SOS11_CC_HOME)/bin/f95
SOS12_FC ?= $(SOS12_CC_HOME)/bin/f95
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list