Home | History | Annotate | Download | only in dist

Lines Matching refs:GMP_CC

3961 unset gmp_lib_path GMP_CFLAGS GMP_CC
4106 GMP_CC=`$SED -n 's/^CC = //p' $withval/Makefile`
4409 if test -z "$GMP_CC$GMP_CFLAGS" ; then
4412 GMP_CC=__GMP_CC
4427 GMP_CC=`$EGREP MPFR_OPTION conftest.txt | $SED -e 's/MPFR_OPTION //g;s/ *" *//g'`
4437 if test "x$GMP_CC" = "x__GMP_CC" || test "x$GMP_CFLAGS" = "x__GMP_CFLAGS" ; then
4441 GMP_CC=
4443 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: CC=$GMP_CC CFLAGS=$GMP_CFLAGS" >&5
4444 printf "%s\n" "CC=$GMP_CC CFLAGS=$GMP_CFLAGS" >&6; }
4448 if test -n "$GMP_CC$GMP_CFLAGS" ; then
4449 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CC=$GMP_CC and CFLAGS=$GMP_CFLAGS" >&5
4450 printf %s "checking for CC=$GMP_CC and CFLAGS=$GMP_CFLAGS... " >&6; }
4452 if $GMP_CC $GMP_CFLAGS -o conftest conftest.c 2> /dev/null ; then
4456 CC=$GMP_CC