OSDN Git Service

2000-02-25 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl@lucon.org>
Sat, 26 Feb 2000 00:59:51 +0000 (00:59 +0000)
committerH.J. Lu <hjl@lucon.org>
Sat, 26 Feb 2000 00:59:51 +0000 (00:59 +0000)
* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.

binutils/ChangeLog
binutils/configure.in

index 1673e11..728c6cf 100644 (file)
@@ -1,6 +1,6 @@
 2000-02-25  H.J. Lu  <hjl@gnu.org>
 
-       * configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
+       * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
 
 2000-02-24  Nick Clifton  <nickc@cygnus.com>
 
index 86ac190..aa10ce9 100644 (file)
@@ -78,7 +78,7 @@ AC_FUNC_ALLOCA
 AC_CHECK_FUNCS(sbrk utimes)
 
 # Some systems have frexp only in -lm, not in -lc.
-AC_SEARCH_LIBS(frexp, lm)
+AC_SEARCH_LIBS(frexp, m)
 
 AC_MSG_CHECKING(for time_t in time.h)
 AC_CACHE_VAL(bu_cv_decl_time_t_time_h,