mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-09 06:40:24 +08:00
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use $build_os not $host_os.
This commit is contained in:
parent
58f6692c38
commit
d10ecadbb9
@ -1,3 +1,7 @@
|
||||
2002-04-24 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use $build_os not $host_os.
|
||||
|
||||
2002-04-14 Robert Boehne <rboehne@gnu.org>
|
||||
|
||||
* doc/libtool.texi (C++ libraries): Finally updated to reflect
|
||||
|
2
libtool.m4
vendored
2
libtool.m4
vendored
@ -577,7 +577,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
||||
i=0
|
||||
testring="ABCD"
|
||||
|
||||
case $host_os in
|
||||
case $build_os in
|
||||
msdosdjgpp*)
|
||||
# On DJGPP, this test can blow up pretty badly due to problems in libc
|
||||
# (any single argument exceeding 2000 bytes causes a buffer overrun
|
||||
|
Loading…
Reference in New Issue
Block a user