Searched refs:with_gmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/binutils/
H A Dconfigure2128 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
2130 with_gmp=/usr/local
4365 if test "${with_gmp+set}" = set; then
4366 withval="$with_gmp"
4383 if test "x$with_gmp" != x; then
4384 gmplibs="-L$with_gmp/lib $gmplibs"
4385 gmpinc="-I$with_gmp/include $gmpinc"
4393 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then

Completed in 116 milliseconds