From: ghazi Date: Mon, 7 Dec 2009 15:45:01 +0000 (+0000) Subject: PR other/40302 X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=57601f80f566348eb084d3d135652273a60d7f64;hp=965d0f2968633239f18f735b4eb9308ddc81898b PR other/40302 * configure.ac (HAVE_mpc): Don't define. * config.in, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155047 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 785a3780ce3..b322034480a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,10 @@ 2009-12-07 Kaveh R. Ghazi PR other/40302 + * configure.ac (HAVE_mpc): Don't define. + * config.in, configure: Regenerate. + + PR other/40302 * builtins.c: Remove HAVE_mpc* checks throughout. * fold-const.c: Likewise. * real.h: Likewise. diff --git a/gcc/config.in b/gcc/config.in index 681e4f8bd48..1686be9d0ea 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1477,12 +1477,6 @@ #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 diff --git a/gcc/configure b/gcc/configure index e93e8051a21..c8372031f11 100755 --- a/gcc/configure +++ b/gcc/configure @@ -24951,12 +24951,6 @@ fi -case "${GMPLIBS}" in - *-lmpc*) -$as_echo "#define HAVE_mpc 1" >>confdefs.h - ;; -esac - diff --git a/gcc/configure.ac b/gcc/configure.ac index f357e1ee5a8..665863f0f1c 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -4259,10 +4259,6 @@ fi AC_ARG_VAR(GMPLIBS,[How to link GMP]) AC_ARG_VAR(GMPINC,[How to find GMP include files]) -case "${GMPLIBS}" in - *-lmpc*) AC_DEFINE(HAVE_mpc, 1, [Define if mpc is in use.]) ;; -esac - AC_ARG_VAR(PPLLIBS,[How to link PPL]) AC_ARG_VAR(PPLINC,[How to find PPL include files])