Home | History | Annotate | Download | only in gcc

Lines Matching refs:gdc

862 GDC
5287 # Extract the first word of "${ac_tool_prefix}gdc", so it can be a program name with args.
5288 set dummy ${ac_tool_prefix}gdc; ac_word=$2
5294 if test -n "$GDC"; then
5295 ac_cv_prog_GDC="$GDC" # Let the user override the test.
5304 ac_cv_prog_GDC="${ac_tool_prefix}gdc"
5314 GDC=$ac_cv_prog_GDC
5315 if test -n "$GDC"; then
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC" >&5
5317 $as_echo "$GDC" >&6; }
5326 ac_ct_GDC=$GDC
5327 # Extract the first word of "gdc", so it can be a program name with args.
5328 set dummy gdc; ac_word=$2
5344 ac_cv_prog_ac_ct_GDC="gdc"
5364 GDC="no"
5372 GDC=$ac_ct_GDC
5375 GDC="$ac_cv_prog_GDC"
5387 if test "x$GDC" != xno; then
5388 errors=`(${GDC} -I"$srcdir"/d -c conftest.d) 2>&1 || echo failure`
5397 if test "x$GDC" != xno && test x$acx_cv_d_compiler_works != xno; then