aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acconfig.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2001-09-11 00:12:57 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2001-09-11 00:12:57 +0000
commitf280fdf44d1a1ef5f03d9429ff0b4704ac585765 (patch)
treecc90028b7b2006140ced1a471f90fed71e0f1742 /libstdc++-v3/acconfig.h
parent2c3fcba6dc56f848a07332ff005e2db9054dca26 (diff)
downloadgcc-f280fdf44d1a1ef5f03d9429ff0b4704ac585765.zip
gcc-f280fdf44d1a1ef5f03d9429ff0b4704ac585765.tar.gz
gcc-f280fdf44d1a1ef5f03d9429ff0b4704ac585765.tar.bz2
configure.in: Fix cross compiling math routines.
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. From-SVN: r45530
Diffstat (limited to 'libstdc++-v3/acconfig.h')
-rw-r--r--libstdc++-v3/acconfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h
index caf9340..692d915 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