diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-11 00:12:57 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-11 00:12:57 +0000 |
commit | a803096302aeff495fe604df57d4cb56930835c5 (patch) | |
tree | cc90028b7b2006140ced1a471f90fed71e0f1742 /libstdc++-v3/acconfig.h | |
parent | 66a5287e74f3ae963d4701edd9072578adb6ef12 (diff) | |
download | gcc-a803096302aeff495fe604df57d4cb56930835c5.tar.gz |
2001-09-10 Benjamin Kosnik <bkoz@redhat.com>
* configure.in: Fix cross compiling math routines. Correct
comments for cross compiling and limits. Add floating point math
routines found in newlib.
* configure: Regenerate.
* acconfig.h: Add macros.
* config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45530 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acconfig.h')
-rw-r--r-- | libstdc++-v3/acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index caf9340cb78..692d915f14c 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -52,6 +52,18 @@ // Define if you have the modfl function. #undef HAVE_MODFL +// Define if you have the expf function. +#undef HAVE_EXPF + +// Define if you have the expl function. +#undef HAVE_EXPL + +// Define if you have the hypotf function. +#undef HAVE_HYPOTF + +// Define if you have the hypotl function. +#undef HAVE_HYPOTL + // Define if the compiler/host combination has __builtin_abs #undef HAVE___BUILTIN_ABS |