Skip to content

Commit

Permalink
PR other/40302
Browse files Browse the repository at this point in the history
	* 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
  • Loading branch information
ghazi committed Dec 7, 2009
1 parent 965d0f2 commit 57601f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 0 additions & 6 deletions gcc/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions gcc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -24951,12 +24951,6 @@ fi



case "${GMPLIBS}" in
*-lmpc*)
$as_echo "#define HAVE_mpc 1" >>confdefs.h
;;
esac




Expand Down
4 changes: 0 additions & 4 deletions gcc/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 57601f8

Please sign in to comment.