From: Ralf Wildenhues Date: Sun, 23 Nov 2008 19:11:38 +0000 (+0100) Subject: No libm in WinCE. X-Git-Tag: v2.2.7b~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ad29eaccf58011e38488875695612728ae52dad;p=thirdparty%2Flibtool.git No libm in WinCE. * libltdl/m4/libtool.m4 (LT_LIB_M) [cegcc*]: This system has only a dummy libm, ignore. Report by Vincent Torri. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 9dc19dcf8..b54087e78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-11-23 Ralf Wildenhues + No libm in WinCE. + * libltdl/m4/libtool.m4 (LT_LIB_M) [cegcc*]: This system has + only a dummy libm, ignore. + Report by Vincent Torri. + Fix import library detection for WinCE. * libltdl/config/ltmain.m4sh (func_win32_libid): Work for pe-arm-wince import libraries. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 5d1a131c3..04a02f5be 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -3186,7 +3186,7 @@ AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in -*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*)