re PR other/40302 (GCC must hard-require MPC before release)

PR other/40302
	* configure.ac (HAVE_mpc): Don't define.
	* config.in, configure: Regenerate.

From-SVN: r155047
This commit is contained in:
Kaveh R. Ghazi 2009-12-07 15:45:01 +00:00 committed by Kaveh Ghazi
parent 16a19648a2
commit b3a00b5034
4 changed files with 4 additions and 16 deletions

View File

@ -1,5 +1,9 @@
2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
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.

View File

@ -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

6
gcc/configure vendored
View File

@ -24951,12 +24951,6 @@ fi
case "${GMPLIBS}" in
*-lmpc*)
$as_echo "#define HAVE_mpc 1" >>confdefs.h
;;
esac

View File

@ -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])