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.6-113-g26d3654


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-113-g26d3654
Date: Sat, 02 May 2009 08:44:32 +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  26d36541aded9124add202e288a79f3c08242687 (commit)
      from  5ef9367f2a030124e7b5ed4a4194a12c545d6fce (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 26d36541aded9124add202e288a79f3c08242687
Author: Alan Hourihane <address@hidden>
Date:   Sat May 2 10:42:39 2009 +0200

    Improved support for FreeMiNT.
    
    * libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN) [mint]: Hard-code
    command line length limit to 8192, to avoid long test.
    * NEWS, THANKS: Update.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index df905a1..56db8d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-02  Alan Hourihane  <address@hidden>  (tiny change)
+
+       Improved support for FreeMiNT.
+       * libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN) [mint]: Hard-code
+       command line length limit to 8192, to avoid long test.
+       * NEWS, THANKS: Update.
+
 2009-05-02  Ralf Wildenhues  <address@hidden>
 
        Initial port for BlueGene BG/L.
diff --git a/NEWS b/NEWS
index 4def4ca..f01480f 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ New in 2.2.8 2009-??-??: git version 2.2.7a, Libtool team:
   - Improved support for cegcc (Windows CE/PocketPC).
   - Support for GNU/kOpenSolaris (kopensolaris*-gnu).
   - Initial support for compilers on BlueGene BG/L.
+  - Improved support for Atari FreeMiNT.
 
 * Bug fixes:
 
diff --git a/THANKS b/THANKS
index f387d1a..2b8ad37 100644
--- a/THANKS
+++ b/THANKS
@@ -67,6 +67,7 @@
   their time and energy in helping to track down bugs, port to new systems,
   and generally assist in the libtool maintainership process:
 
+  Alan Hourihane               address@hidden
   Alexei Sheplyakov            address@hidden
   Alon Bar-Lev                 address@hidden
   Andreas Schwab               address@hidden
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index f76c9b1..65be165 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -1451,6 +1451,11 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
     lt_cv_sys_max_cmd_len=8192;
     ;;
 
+  mint*)
+    # On MiNT this can take a long time and run out of memory.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
   amigaos*)
     # On AmigaOS with pdksh, this test takes hours, literally.
     # So we just punt and use a minimum line length of 8192.


hooks/post-receive
-- 
GNU Libtool




reply via email to

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