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

/haiku-buildtools/gcc/mpc/
H A Dconfigure3262 GMP_CC=`$cpp $CPPFLAGS conftest.c 2> /dev/null | $EGREP MPFR_OPTION | $SED -e 's/MPFR_OPTION //g;s/ *" *//g'`
3271 if test "x$GMP_CFLAGS" = "x__GMP_CFLAGS" -o "x$GMP_CC" = "x__GMP_CC" ; then
3274 GMP_CC=
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CC=$GMP_CC CFLAGS=$GMP_CFLAGS" >&5
3278 $as_echo "yes CC=$GMP_CC CFLAGS=$GMP_CFLAGS" >&6; }
3282 if test -n "$GMP_CC$GMP_CFLAGS" ; then
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CC=$GMP_CC and CFLAGS=$GMP_CFLAGS" >&5
3284 $as_echo_n "checking for CC=$GMP_CC and CFLAGS=$GMP_CFLAGS... " >&6; }
3286 if $GMP_CC $GMP_CFLAGS -o conftest conftest.c 2> /dev/null ; then
3289 CC=$GMP_CC
[all...]
/haiku-buildtools/gcc/mpfr/
H A Dconfigure3313 unset gmp_lib_path GMP_CFLAGS GMP_CC
3357 GMP_CC=`$SED -n 's/^CC = //p' $withval/Makefile`
3475 if test -z "$GMP_CC$GMP_CFLAGS" ; then
3478 GMP_CC=__GMP_CC
3488 GMP_CC=`$cpp $CPPFLAGS conftest.c 2> /dev/null | $EGREP MPFR_OPTION | $SED -e 's/MPFR_OPTION //g;s/ *" *//g'`
3499 if test "x$GMP_CC" = "x__GMP_CC" || test "x$GMP_CFLAGS" = "x__GMP_CFLAGS" ; then
3503 GMP_CC=
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CC=$GMP_CC CFLAGS=$GMP_CFLAGS" >&5
3506 $as_echo "yes CC=$GMP_CC CFLAGS=$GMP_CFLAGS" >&6; }
3510 if test -n "$GMP_CC
[all...]

Completed in 75 milliseconds