From: H.J. Lu Date: Sat, 26 Feb 2000 00:47:52 +0000 (+0000) Subject: 2000-02-25 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f79b725dd93d8d9f4cfade7bc63cdacbda21614;p=binutils-gdb.git 2000-02-25 H.J. Lu * configure.in (AC_SEARCH_LIBS): Pass lm, not -lm. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6ebe4b4eebf..1673e11c38d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-02-25 H.J. Lu + + * configure.in (AC_SEARCH_LIBS): Pass lm, not -lm. + 2000-02-24 Nick Clifton * configure.in: Add arm-wince, mips-pe and sh-pe targets. diff --git a/binutils/configure.in b/binutils/configure.in index 603ccd31104..86ac19053f4 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -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,