libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.4-37-g6c491fd


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-37-g6c491fd
Date: Thu, 21 Aug 2008 22:49:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  6c491fda98b074e37e6795a865014a46eb1f74f2 (commit)
      from  f0a919c44529502504c6272f1f4f72aa896cc8df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c491fda98b074e37e6795a865014a46eb1f74f2
Author: Ralf Wildenhues <address@hidden>
Date:   Fri Aug 22 00:48:11 2008 +0200

    Initial support for Lahey Fortran on GNU/Linux.
    
    * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
    [linux] <lf95>: Add support for Lahey Fortran 8.1.
    * NEWS, THANKS: Update.
    Suggested by Craig Tierney.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    8 ++++++++
 NEWS                  |    1 +
 THANKS                |    1 +
 libltdl/m4/libtool.m4 |    9 +++++++++
 4 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6281da7..13cc2af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-22  Ralf Wildenhues  <address@hidden>
+
+       Initial support for Lahey Fortran on GNU/Linux.
+       * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
+       [linux] <lf95>: Add support for Lahey Fortran 8.1.
+       * NEWS, THANKS: Update.
+       Suggested by Craig Tierney.
+
 2008-08-21  Sam Thursfield  <address@hidden>  (tiny change)
 
        Avoid leading separator in PATH for DLL search.
diff --git a/NEWS b/NEWS
index 52f8804..e0d1062 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ New in 2.2.??: 2008-08-??: git version 2.2.5a, Libtool team:
     on GNU/Linux.
   - Support cross compile of MinGW with Wine.
   - Initial support for cegcc (Windows CE/PocketPC) cross compilation.
+  - Initial support for lf95 (Lahey Fortran 8.1) on GNU/Linux.
 
 * Bug fixes:
 
diff --git a/THANKS b/THANKS
index 1e48a00..d6f4851 100644
--- a/THANKS
+++ b/THANKS
@@ -78,6 +78,7 @@
   Christian Biesinger          address@hidden
   Christoph Egger              address@hidden
   Christopher Hulbert          address@hidden
+  Craig Tierney                        address@hidden
   Dalibor Topic                        address@hidden
   Daniel Reed                  address@hidden
   DJ Delorie                   address@hidden
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 79f58f8..fb5f178 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -3992,6 +3992,12 @@ m4_if([$1], [CXX], [
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
         ;;
+      # Lahey Fortran 8.1.
+      lf95*)
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
+       ;;
       pgcc* | pgf77* | pgf90* | pgf95*)
         # Portland Group compilers (*not* the Pentium gcc compiler,
        # which looks to be a dead project)
@@ -4378,6 +4384,9 @@ _LT_EOF
          tmp_addflag=' -i_dynamic -nofor_main' ;;
        ifc* | ifort*)                  # Intel Fortran compiler
          tmp_addflag=' -nofor_main' ;;
+       lf95*)                          # Lahey Fortran 8.1
+         _LT_TAGVAR(whole_archive_flag_spec, $1)=
+         tmp_sharedflag='--shared' ;;
        xl[[cC]]*)                      # IBM XL C 8.0 on PPC (deal with xlf 
below)
          tmp_sharedflag='-qmkshrobj'
          tmp_addflag= ;;


hooks/post-receive
--
GNU Libtool




reply via email to

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