Home | History | Annotate | Download | only in binutils-2.25

Lines Matching refs:gmp

1515   --with-gmp-dir=PATH     this option has been REMOVED
1516 --with-gmp=PATH specify prefix directory for the installed GMP
1518 --with-gmp-include=PATH/include plus
1519 --with-gmp-lib=PATH/lib
1520 --with-gmp-include=PATH specify directory for installed GMP include files
1521 --with-gmp-lib=PATH specify directory for the installed GMP library
2754 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
3593 && test -f /usr/local/include/gmp.h; then
5344 # Check for GMP, MPFR and MPC
5391 # check for this first so it ends up on the link line before gmp.
5447 # Specify a location for gmp
5449 # Check whether --with-gmp-dir was given.
5451 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5452 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5457 # Check whether --with-gmp was given.
5463 # Check whether --with-gmp-include was given.
5469 # Check whether --with-gmp-lib was given.
5486 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5487 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5488 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5489 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5490 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5491 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5492 # Do not test the gmp version. Assume that it is sufficient, since
5503 # Check for the recommended and required versions of GMP.
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5505 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5509 #include "gmp.h"
5527 #include <gmp.h>
5556 # If we have GMP, check the MPFR version.
5563 #include <gmp.h>
5580 #include <gmp.h>
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5665 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5712 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5713 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5718 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5724 # Flags needed for both GMP, MPFR and/or MPC.
7427 mpc | mpfr | gmp | cloog)