diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-09-26 10:39:34 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-09-26 10:39:34 +0000 |
commit | 617c07c61d093842fa46cb9c796a418ad93564ea (patch) | |
tree | 75a3cefcc892473a877aef8552cbde6fda4f0105 /sim | |
parent | 9ef70b290f440b87ed8778f1d6d14f3815997f08 (diff) | |
download | gdb-617c07c61d093842fa46cb9c796a418ad93564ea.zip gdb-617c07c61d093842fa46cb9c796a418ad93564ea.tar.gz gdb-617c07c61d093842fa46cb9c796a418ad93564ea.tar.bz2 |
Thu Sep 26 11:35:17 1996 James G. Smith <jsmith@cygnus.co.uk>
* 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.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mips/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/configure.in b/sim/mips/configure.in index dc58c51..5622c07 100644 --- 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) |