]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
No libm in WinCE.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 23 Nov 2008 19:11:38 +0000 (20:11 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 23 Nov 2008 19:11:38 +0000 (20:11 +0100)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
libltdl/m4/libtool.m4

index 9dc19dcf8eef41c20bb0da1693fedbe43299ad50..b54087e78b7d9f034e62592122bb7338755da4be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       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.
index 5d1a131c30210416c8a5205fc33aef921ec06f9c..04a02f5be6ee9acc5699b9bfd4544a521d6edba6 100644 (file)
@@ -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*)