OSDN Git Service

PR other/40302
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Dec 2009 15:45:01 +0000 (15:45 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Dec 2009 15:45:01 +0000 (15:45 +0000)
* 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

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

index 785a378..b322034 100644 (file)
@@ -1,6 +1,10 @@
 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        PR other/40302
 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.
        * real.h: Likewise.
        * builtins.c: Remove HAVE_mpc* checks throughout.
        * fold-const.c: Likewise.
        * real.h: Likewise.
index 681e4f8..1686be9 100644 (file)
 #endif
 
 
 #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
 /* Define as const if the declaration of iconv() needs const. */
 #ifndef USED_FOR_TARGET
 #undef ICONV_CONST
index e93e805..c837203 100755 (executable)
 
 
 
 
 
 
-case "${GMPLIBS}" in
-  *-lmpc*)
-$as_echo "#define HAVE_mpc 1" >>confdefs.h
- ;;
-esac
-
 
 
 
 
 
 
index f357e1e..665863f 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])
 
 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])
 
 AC_ARG_VAR(PPLLIBS,[How to link PPL])
 AC_ARG_VAR(PPLINC,[How to find PPL include files])