]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/40302 (GCC must hard-require MPC before release)
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 7 Dec 2009 15:45:01 +0000 (15:45 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 7 Dec 2009 15:45:01 +0000 (15:45 +0000)
PR other/40302
* configure.ac (HAVE_mpc): Don't define.
* config.in, configure: Regenerate.

From-SVN: r155047

gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.ac

index 785a3780ce3d04f98e6f566beb656843a7f03ea1..b322034480ab38efc25fac8214e69e6811dfde55 100644 (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.
index 681e4f8bd483fd364467b62dda13018e423ac38e..1686be9d0ea7dae0d4bca8039879275e84decaa5 100644 (file)
 #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
index e93e8051a21d8038744cd7f2e18c55fcf3eb6117..c8372031f11090611c7710d1161835c3460637c9 100755 (executable)
 
 
 
-case "${GMPLIBS}" in
-  *-lmpc*)
-$as_echo "#define HAVE_mpc 1" >>confdefs.h
- ;;
-esac
-
 
 
 
index f357e1ee5a83443c5e419f4b4c6984e2cc5e35ad..665863f0f1cdee9e2fcddb2778b0dfb571b84081 100644 (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])