Author: dcoakley Date: 2011-01-19 22:55:03 -0500 (Wed, 19 Jan 2011) New Revision: 3465
Modified: trunk/osprey/linux/make/gcommondefs Log: Fix build failure seen on Ubuntu 10.10 systems. Remove the "-MMD" option from Fortran compilation. It is not a valid way to generate dependencies with gfortran and results in an error with some versions, and it is currently ignored by openf90. Approved by: Sun Chan Modified: trunk/osprey/linux/make/gcommondefs =================================================================== --- trunk/osprey/linux/make/gcommondefs 2011-01-19 01:54:47 UTC (rev 3464) +++ trunk/osprey/linux/make/gcommondefs 2011-01-20 03:55:03 UTC (rev 3465) @@ -521,7 +521,7 @@ F77DEFS = $(VF77DEFS) $(LF77DEFS) $(GF77DEFS) F77INCS = $(VF77INCS) $(LF77INCS) $(GF77INCS) -GF77OPTS= $(CSTYLE) $(OPTIMIZER) $(ENDIAN) $(SIZEDEFS) $(MKDEPOPT) +GF77OPTS= $(CSTYLE) $(OPTIMIZER) $(ENDIAN) $(SIZEDEFS) GF77DEFS= $(GCDEFS) GF77INCS= $(GCINCS) ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel