2000-02-25 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 26 Feb 2000 00:47:52 +0000 (00:47 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 26 Feb 2000 00:47:52 +0000 (00:47 +0000)
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.

binutils/ChangeLog
binutils/configure.in

index 6ebe4b4eebf208fb10b2aaabce2012f5eb19c8fa..1673e11c38debcfbfcb2f51f993351d2197b7cde 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-25  H.J. Lu  <hjl@gnu.org>
+
+       * configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
+
 2000-02-24  Nick Clifton  <nickc@cygnus.com>
 
        * configure.in: Add arm-wince, mips-pe and sh-pe targets.
index 603ccd3110414d086c8e623cb505857269c02b39..86ac19053f4e3b16cbed92da2772ebc1fa000c3b 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, lm)
 
 AC_MSG_CHECKING(for time_t in time.h)
 AC_CACHE_VAL(bu_cv_decl_time_t_time_h,
This page took 0.028995 seconds and 4 git commands to generate.