Author: sls Date: Wed Nov 1 16:09:53 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - etime_ is not exposed in libgfortran-4.2.0 and we need remove declaration "external" (if used as-needed flag). It should works with older libgfortran
---- Files affected: SOURCES: lapack-gcc420.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/lapack-gcc420.patch diff -u /dev/null SOURCES/lapack-gcc420.patch:1.1 --- /dev/null Wed Nov 1 17:09:53 2006 +++ SOURCES/lapack-gcc420.patch Wed Nov 1 17:09:48 2006 @@ -0,0 +1,24 @@ +--- LAPACK/SRC/second.f.orig 2006-10-31 14:52:02.000000000 +0000 ++++ LAPACK/SRC/second.f 2006-10-31 14:52:41.000000000 +0000 +@@ -19,9 +19,6 @@ + * .. Local Arrays .. + REAL TARRAY( 2 ) + * .. +-* .. External Functions .. +- REAL ETIME +- EXTERNAL ETIME + * .. + * .. Executable Statements .. + * +--- LAPACK/SRC/dsecnd.f.orig 2006-10-31 14:52:13.000000000 +0000 ++++ LAPACK/SRC/dsecnd.f 2006-10-31 14:52:49.000000000 +0000 +@@ -19,9 +19,6 @@ + * .. Local Arrays .. + REAL TARRAY( 2 ) + * .. +-* .. External Functions .. +- REAL ETIME +- EXTERNAL ETIME + * .. + * .. Executable Statements .. + * ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
