diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2009-12-06 16:11:06 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2009-12-06 16:11:06 +0000 |
commit | 3a5729ea2a8441fe2f9e583fb2ae28b56df2e24c (patch) | |
tree | a04b6f17ad0c012c98a09d540227bd781ca58190 /gcc | |
parent | 2ef0f9c6ebaa083a936c6cfa6c90295a8c4b89b6 (diff) | |
download | gcc-3a5729ea2a8441fe2f9e583fb2ae28b56df2e24c.zip gcc-3a5729ea2a8441fe2f9e583fb2ae28b56df2e24c.tar.gz gcc-3a5729ea2a8441fe2f9e583fb2ae28b56df2e24c.tar.bz2 |
re PR middle-end/30447 (Evaluate complex math functions at compile-time)
PR middle-end/30447
PR middle-end/30789
PR other/40302
* configure.ac: Require MPC.
* configure: Regenerate.
gcc:
* doc/install.texi: Document MPC is required.
From-SVN: r155023
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 22 |
2 files changed, 14 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7a81fe..f172477 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * doc/install.texi: Document MPC is required. + 2009-12-06 Uros Bizjak <ubizjak@gmail.com> * config/i386/i386-md (g): Add HImode and QImode. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a98c45f..977aa80 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -321,6 +321,16 @@ default library search path. See also @option{--with-mpfr-lib} and distribution is found in a subdirectory of your GCC sources named @file{mpfr}, it will be built together with GCC@. +@item MPC Library version 0.8.0 (or later) + +Necessary to build GCC@. It can be downloaded from +@uref{http://www.multiprecision.org/}. The @option{--with-mpc} +configure option should be used if your MPC Library is not installed +in your default library search path. See also @option{--with-mpc-lib} +and @option{--with-mpc-include}. Alternatively, if an MPC source +distribution is found in a subdirectory of your GCC sources named +@file{mpc}, it will be built together with GCC@. + @item Parma Polyhedra Library (PPL) version 0.10 Necessary to build GCC with the Graphite loop optimizations. @@ -344,18 +354,6 @@ not installed in your default library search path. Necessary to build libgcj, the GCJ runtime. -@item MPC Library version 0.8.0 (or later) - -Optional when building GCC@. Having this library will enable -additional optimizations on complex numbers. It can be downloaded -from @uref{http://www.multiprecision.org/mpc/}. The -@option{--with-mpc} configure option should be used if your MPC -Library is not installed in your default library search path. See -also @option{--with-mpc-lib} and @option{--with-mpc-include}. -Alternatively, if an MPC source distribution is found in a -subdirectory of your GCC sources named @file{mpc}, it will be built -together with GCC@. - @item libelf version 0.8.12 (or later) Necessary to build link-time optimization (LTO) support. It can be |