projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef70b2
)
Thu Sep 26 11:35:17 1996 James G. Smith <jsmith@cygnus.co.uk>
author
Jackie Smith Cashion
<jsmith@redhat.com>
Thu, 26 Sep 1996 10:39:34 +0000
(10:39 +0000)
committer
Jackie Smith Cashion
<jsmith@redhat.com>
Thu, 26 Sep 1996 10:39:34 +0000
(10:39 +0000)
* interp.c (SquareRoot): Add HAVE_SQRT check to ensure sqrt() is
only used on those hosts that provide it.
* configure.in: Add sqrt() to list of functions to be checked for.
* config.in: Re-generated.
* configure: Re-generated.
sim/mips/configure.in
patch
|
blob
|
history
diff --git
a/sim/mips/configure.in
b/sim/mips/configure.in
index dc58c51066bd6c778f6e6c65e914ee123859d076..5622c07010f4b9a1cf660239bc9e6543710ef749 100644
(file)
--- a/
sim/mips/configure.in
+++ b/
sim/mips/configure.in
@@
-36,7
+36,7
@@
AC_SUBST(CC_FOR_BUILD)
AC_CHECK_HEADERS(string.h strings.h stdlib.h)
AC_CHECK_LIB(m, fabs)
-AC_CHECK_FUNCS(aint anint)
+AC_CHECK_FUNCS(aint anint
sqrt
)
AC_SUBST(SIMCONF)