autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

_AC_FC_LIBRARY_LDFLAGS: update for pathf90/pathf95


From: Ralf Wildenhues
Subject: _AC_FC_LIBRARY_LDFLAGS: update for pathf90/pathf95
Date: Wed, 11 Jan 2006 18:22:48 +0100
User-agent: Mutt/1.5.11

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

[Prev in Thread] Current Thread [Next in Thread]