mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
39ba8c55de
commit
e80566abb3
@ -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.
|
||||
|
5
libltdl/m4/libtool.m4
vendored
5
libltdl/m4/libtool.m4
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user