Any reason against applying this?

Cheers,
Ralf

        * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
        `-LIST:' and `-LNO:', for PathScale 2.3 compilers.

Index: lib/autoconf/fortran.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/fortran.m4,v
retrieving revision 1.200
diff -u -r1.200 fortran.m4
--- lib/autoconf/fortran.m4     11 Jan 2006 08:21:13 -0000      1.200
+++ lib/autoconf/fortran.m4     11 Jan 2006 20:35:27 -0000
@@ -661,7 +661,7 @@
              [_AC_LINKER_OPTION([$ac_arg], ac_cv_[]_AC_LANG_ABBREV[]_libs)])
           ;;
           # Ignore these flags.
-        -lang* | -lcrt*.o | -lc | -lgcc | -libmil | -LANG:=*)
+        -lang* | -lcrt*.o | -lc | -lgcc | -libmil | -LANG:=* | -LIST:* | 
-LNO:*)
           ;;
         -lkernel32)
           test x"$CYGWIN" != xyes && 
ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"


Reply via email to