]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Initial support for the NAG Fortran compiler on GNU/Linux.
authorJürgen Reuter <juergen.reuter@physik.uni-freiburg.de>
Sun, 12 Sep 2010 10:15:18 +0000 (12:15 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 12 Sep 2010 10:26:18 +0000 (12:26 +0200)
* libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] <nagfor>:
New set of entries, for NAG Fortran 5.1 and 5.2.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
libltdl/m4/libtool.m4

index 3dd65c708b0b5080a804d8b39ceeb209746e2652..4584882e92d217dab746bf6c2eb9d525016fad32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-12  Jürgen Reuter  <juergen.reuter@physik.uni-freiburg.de>  (tiny change)
+           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Initial support for the NAG Fortran compiler on GNU/Linux.
+       * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] <nagfor>:
+       New set of entries, for NAG Fortran 5.1 and 5.2.
+       * NEWS: Update.
+
 2010-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix getopt.m4sh to require Autoconf 2.62 or newer.
diff --git a/NEWS b/NEWS
index 5a2531c19e74df3d0482b28fb73d23add33fbb3f..1d4419b76074ec5b66ab1a0d14a3ae5f9aee5642 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,7 @@ New in 2.2.12 2010-08-??: git version 2.2.11a, Libtool team:
     variable MANIFEST_TOOL. Please note that the import library naming
     has changed (from foo-2.lib to foo.dll.lib) from when the code lived
     in its own git branch.
+  - Initial support for the NAG Fortran compiler on GNU/Linux.
 
 * Bug fixes:
 
index 895f28dbcf4c1b0c1892e31d5fb3ab0a4b0fb44b..a9e91f63d82d40d082413b48e69ea9799fe22084 100644 (file)
@@ -4247,6 +4247,12 @@ m4_if([$1], [CXX], [
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
        _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
        ;;
+      nagfor*)
+       # NAG Fortran compiler
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
+       ;;
       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
         # Portland Group compilers (*not* the Pentium gcc compiler,
        # which looks to be a dead project)