HomeSort by: relevance | last modified time | path
    Searched refs:stageN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
warn_summary 68 # This function displays all lines from stageN of the bootstrap. If
73 if test "$stageN" -lt 1 ; then
77 if test "$stageN" -eq 1 ; then
78 $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
80 stageNminus1=`expr $stageN - 1`
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
140 stageN=3
163 stageN="$2"; shift 2 ;;
164 -s*) stageN="`expr $1 : '-s\(.*\)'`" ; shift ;;
173 # Check for a valid value of $stageN
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
warn_summary 68 # This function displays all lines from stageN of the bootstrap. If
73 if test "$stageN" -lt 1 ; then
77 if test "$stageN" -eq 1 ; then
78 $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
80 stageNminus1=`expr $stageN - 1`
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
140 stageN=3
163 stageN="$2"; shift 2 ;;
164 -s*) stageN="`expr $1 : '-s\(.*\)'`" ; shift ;;
173 # Check for a valid value of $stageN
    [all...]

Completed in 16 milliseconds