From 26d36541aded9124add202e288a79f3c08242687 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Sat, 2 May 2009 10:42:39 +0200 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ NEWS | 1 + THANKS | 1 + libltdl/m4/libtool.m4 | 5 +++++ 4 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index df905a123..56db8d9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-05-02 Alan Hourihane (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 Initial port for BlueGene BG/L. diff --git a/NEWS b/NEWS index 4def4ca29..f01480fb2 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 f387d1a96..2b8ad3771 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 alanh@fairlite.co.uk Alexei Sheplyakov varg@theor.jinr.ru Alon Bar-Lev alon.barlev@gmail.com Andreas Schwab schwab@suse.de diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index f76c9b1fe..65be165e1 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. -- 2.47.3