]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Set command line length limit for OS/2.
authorKO Myung-Hun <komh@chollian.net>
Mon, 20 Dec 2010 03:10:19 +0000 (04:10 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 20 Dec 2010 03:13:48 +0000 (04:13 +0100)
* libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN) [os2]
<lt_cv_sys_max_cmd_len>: Set to 8192 to avoid long test.

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

index 52dd99c8f69859c67dc6fca78ba17a7c8c6cee64..3ba947de668b2516a3ce92eb49ea53b43cdffb68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-20  KO Myung-Hun  <komh@chollian.net>  (tiny change)
+
+       Set command line length limit for OS/2.
+       * libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN) [os2]
+       <lt_cv_sys_max_cmd_len>: Set to 8192 to avoid long test.
+
 2010-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix PIC flags with mpif77 using ifort on GNU/Linux.
index a1df87d2becf9c71deb5cfb49d490aee38c74335..5e716b2a7a92fcddc34c8eeaa19acb2961e463c0 100644 (file)
@@ -1604,6 +1604,11 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
     lt_cv_sys_max_cmd_len=196608
     ;;
 
+  os2*)
+    # The test takes a long time on OS/2.
+    lt_cv_sys_max_cmd_len=8192
+    ;;
+
   osf*)
     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not