aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2009-05-30 00:43:36 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2009-05-30 00:43:36 +0000
commitacd262252cd2121bd1bb48ed8b28cf1ac6bc7aaf (patch)
treeecd86f53c551d325407d620bb9cc5ab47503c0ec /gcc/config.in
parentcd9c1ca866b6aa5041a352e0ed07ae5f91e235e5 (diff)
downloadgcc-acd262252cd2121bd1bb48ed8b28cf1ac6bc7aaf.zip
gcc-acd262252cd2121bd1bb48ed8b28cf1ac6bc7aaf.tar.gz
gcc-acd262252cd2121bd1bb48ed8b28cf1ac6bc7aaf.tar.bz2
Makefile.def: Add MPC support and dependencies.
* Makefile.def: Add MPC support and dependencies. * configure.ac: Likewise. Reorganize GMP/MPFR checks. * Makefile.in, configure: Regenerate. gcc: * configure.ac: Add MPC support. * config.in, configure: Regenerate. From-SVN: r147996
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 9f53173..f3c16fe 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1374,6 +1374,12 @@
#endif
+/* Define if mpc is in use. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_mpc
+#endif
+
+
/* Define as const if the declaration of iconv() needs const. */
#ifndef USED_FOR_TARGET
#undef ICONV_CONST